mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #01138
[Bug 619266] Re: Collection missing 'cancel' during create functionality
Have pushed some commits to fix this item.
Fixes to submitcancel pieform element enable the developer to enter
submit/cancel in any order using string indices. If the indices aren't
strings or invalid (i.e., not 'submit' or 'cancel') then the
functionality falls back on the standard 0 = submit, 1 = cancel
situation. Have also added a check to ensure these default indices
exist so to avoid any possible unsightly errors.
There is an existing check at the top of the page that limits the
elements entered in submitcancel to exactly 2 items.
Stacey
--
Collection missing 'cancel' during create functionality
https://bugs.launchpad.net/bugs/619266
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Status in Mahara ePortfolio: In Progress
Bug description:
Functionality for canceling creation of a new collection has disappeared.
Using the existing functionality in view creation as a template, this should be checking for the 'new' flag, alerting the user about the fact that they are canceling and then removing all traces of the aborted collection.
Edit collection, add views and collection access pages need to ensure the user can cancel creation at any stage.
References