Bug #15825
closedAdmin Panel always loses GET parameters
0%
Description
Currently, all GET parameters get lost on adminPanel operations, which seems quite confusing...
The adminPanel was changed from POST to a GET form by Karsten some weeks ago.
(issue imported from #M2868)
Files
Updated by Martin Kutschker over 18 years ago
Cannot reproduce the problem here.
BUT, I see one problem with GET. The URL is getting very long especially if you use Real URL. There is a maximum URL length and it's possible that browser, proxy or server truncates the URL.
Updated by Karsten Dambekalns over 18 years ago
Sebastian, since you fixed the "no id kept" problem already, maybe you have the time to take of this as well? That would be very nice!
Updated by Michael Stucki over 18 years ago
Karsten: Since I talked to Sebastian about further bugfixing this week, I know from him that he has no time to look at this during this week.
Since I consider this bug to become a pretty bothering problem, may I ask you to either fix it or otherwise revert the whole change until a better solution is found? Thanks!
Updated by Martin Kutschker over 18 years ago
I have a look at it on the weekend.