[Vtigercrm-developers] BUG: Maximum data limit in New Quote due to Transport Mechanism

Allan Bush allan.bush+vtiger_dev at gmail.com
Wed Jan 18 09:57:40 PST 2006


On 1/18/06, Dennis Grant <dgrant at accuratetechnologies.com> wrote:
>
> > Allan Bush <allan.bush+vtiger_dev at gmail.com> wrote:
>
> > You're right the form should be using post (and I think most of them
> > are, the quote's one must have been over looked).
>
> > The good news for you is that's it's a really easy fix.  In the file
> > modules/Quotes/EditView.html simply change the form's method from
> > "get" to "post" (~line 39).
>
> Yup. Confirmed and fixed. Thanks.
>
> Are you logging this somewhere so it is fixed in the next release?
>
> While we're at it:
>
> [modules]# grep -i -R 'method="get"' *
> Calendar/calendar_month.php:                    <form name="Calendar"
> method="GET" action="index.php">
> Calendar/calendar_week.php:                     <form name="Calendar"
> method="GET" action="index.php">
> Calendar/calendar_day.php:        <form name="Calendar" method="GET"
> action="index.php">
> Home/index.php:            <form name="minc" method="GET"
> action="index.php">
> Import/ImportButton.php:<form name="Import" method="get"
> action="index.php">
> Import/ImportButton.php:<form name="EXPORT" method="get"
> action="export.php">
> Orders/EditView.html:<form name="EditView" method="get"
> action="index.php">
>
> Should any of these get changed too?
>
> DG
>
> _______________________________________________
> vtigercrm-developers mailing list
> vtigercrm-developers at lists.vtigercrm.com
> http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-developers
>

The Orders one should probably be changed as well.

The next release uses a very different approach for all these
EditView.html files (they've been removed) which should help and
reduce code repetition errors such as this.

(sorry for sending this twice Dennis, they really need to fix the
reply-to of this list)




More information about the vtigercrm-developers mailing list