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

Dennis Grant dgrant at accuratetechnologies.com
Wed Jan 18 09:14:56 PST 2006


> 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




More information about the vtigercrm-developers mailing list