Ticket #97 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Any buttons in admin interface need proper internal names

Reported by: anti Owned by: anti
Priority: normal Milestone:
Component: Administration Version: 1.0b3
Severity: normal Keywords:
Cc:

Description

We have code like this in the admin files

 if ($_REQUEST["action"]== "Delete Checked") {

It has be to be done differently, either by giving a name to the submit button or using an additonal hidden variable, because if the interface ever gets translated (or the wording changes), then this stops working.

Change History

Changed 3 years ago by anti

I'm working on refactoring plog-manage.php, should not take longer than a few days depending on how busy I am with other things

Changed 3 years ago by anti

  • status changed from new to closed
  • resolution set to fixed

Fixed in [315]

Note: See TracTickets for help on using tickets.