Item13488: Sort out the action= mess in Save
Priority: Enhancement
Current State: Confirmed
Released In: 2.2.0
Target Release: minor
Way back, Save (
save
) had three different ways to pass in an action parameter:
-
cmd
parameter
-
action
parameter
-
action_*
parameters
I got rid of
cmd
, and settled on using the
action_*
parameters so I deprecated
action
. This was a mistake; several other scripts use an
action
parameter, and for consistency so should
save
.
Propose to deprecate the
action_*
parameters instead, and reinstate
action
Requires changes to code, doc and templates.
--
CrawfordCurrie - 30 Jun 2015
Pushing out to Foswiki 2.2
--
GeorgeClark - 19 Dec 2015