Modify

Opened 9 years ago

Closed 9 years ago

#972 closed Bug/Fehler (wontfix)

xtc_get_all_get_params() - keys ohne Value werden ignoriert

Reported by: Volker Strähle Owned by: somebody
Priority: normal Milestone: modified-shop-2.0.1.0
Component: Admin Version: 2.0.0.0
Keywords: Cc:
Blocked By: Blocking:

Description

Hat man eine URL wie etwa shop.tld?editme und will diesen Parameter z. b. in einer Form beibehalten etwa

echo xtc_draw_form('eventplan', FILENAME_WEBALD_EVENTPLAN, xtc_get_all_get_params(array('action'))  . 'action=save', 'post',  $confirm_submit).PHP_EOL;

erhält man als Ziel des Formulars nur shop.tld?action=save statt shop.tld?editme&action=save

Attachments (0)

Change History (1)

comment:1 by Gerhard Waldemair, 9 years ago

Resolution: wontfix
Status: newclosed

die Funktion nimmt nur key=value pairs.

Mache einfach ein editme=true daraus.

Modify Ticket

Action
as closed The owner will remain somebody.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.