Missing Temp mode indicator in "form_submissions_config.php"
Components
Labels
None
Description
Context Information
None
Additional information (do not use)
None
Attachments
1
Activity
Show:
Dmitry Andrejev March 30, 2011 at 2:53 PM
Closing, since 5.1.2 release has been released.
Alex January 5, 2011 at 10:27 AM
Fix committed to [b]5.1.x branch/b. Commit Message:
Fixes #0000946: Missing Temp mode indicator in "form_submissions_config.php"
Commit on behalf of Dmitry
Alex January 5, 2011 at 10:27 AM
ok
Dmitry Andrejev December 10, 2010 at 6:16 PM
Patch attached. To test please make sure you change:
function edit()
{
// don't use temp tables, since we can receive user replies while reviewing form submission
std_edit_temp_item('formsubs', 'submissions/submission_view');
}
in submission_list.tpl so system uses TEMP mode.
Fixed
Priority
Assignee
Reporter
Dmitry Andrejev
Dmitry AndrejevDeveloper
Dmitry Andrejev
Dmitry AndrejevChange Log Message
Fixes minor bug with editing Form Submissions
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
External issue ID
946
External issue URL
Fix versions
Affects versions
Created December 10, 2010 at 5:57 PM
Updated December 29, 2024 at 9:15 PM
Resolved March 30, 2011 at 2:53 PM
We have "QueryString" option in almost every unit. It consists of several elements:
id
Page
PerPage
event
mode
All but "mode" parameters are specified in "form_submissions_config.php" file.