Missing Temp mode indicator in "form_submissions_config.php"

Components

Labels

Description

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.

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

Alex

Reporter

Developer

Change Log Message

Patch Instructions

Patches must be submitted through Phabricator.

External issue ID

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