In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
946 [In-Portal CMS] Data Management bug report always 2010-12-10 11:57 2011-03-30 09:53
Dmitry  
alex  
normal  
closed 5.1.1  
fixed  
 
none 5.1.2-B1  
https://groups.google.com/d/topic/in-portal-bugs/hnvz9tKnRcM/discussion
Fixes minor bug with editing Form Submissions
0
0000946: Missing Temp mode indicator in "form_submissions_config.php"
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.
patch Fixes-minor-bug-with-editing-Form-Submissions.patch (461) 2010-12-10 12:15
http://tracker.in-portal.org/file_download.php?file_id=882&type=bug
Issue History
2011-03-30 09:53 Dmitry Note Added: 0003368
2011-03-30 09:53 Dmitry Status resolved => closed
2011-01-05 04:27 alex Note Added: 0003138
2011-01-05 04:27 alex Status reviewed and tested => resolved
2011-01-05 04:27 alex Fixed in Version => 5.1.2-B1
2011-01-05 04:27 alex Resolution open => fixed
2011-01-05 04:27 alex Assigned To !COMMUNITY => alex
2011-01-05 04:27 alex Changeset attached 5.1.x r14107
2011-01-05 04:27 alex Note Added: 0003137
2011-01-05 04:27 alex Status needs testing => reviewed and tested
2010-12-10 12:16 Dmitry Note Added: 0003121
2010-12-10 12:16 Dmitry Assigned To => !COMMUNITY
2010-12-10 12:16 Dmitry Developer => Dmitry
2010-12-10 12:16 Dmitry Status active => needs testing
2010-12-10 12:15 Dmitry File Added: Fixes-minor-bug-with-editing-Form-Submissions.patch
2010-12-10 11:57 Dmitry New Issue
2010-12-10 11:57 Dmitry Reference => https://groups.google.com/d/topic/in-portal-bugs/hnvz9tKnRcM/discussion
2010-12-10 11:57 Dmitry Change Log Message => Fixes minor bug with editing Form Submissions

Notes
(0003121)
Dmitry   
2010-12-10 12:16   
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.
(0003137)
alex   
2011-01-05 04:27   
ok
(0003138)
alex   
2011-01-05 04:27   
Fix committed to 5.1.x branch. Commit Message:

Fixes 0000946: Missing Temp mode indicator in "form_submissions_config.php"
Commit on behalf of Dmitry
(0003368)
Dmitry   
2011-03-30 09:53   
Closing, since 5.1.2 release has been released.