Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
AlexAlexReviewer
Dmitry AndrejevDmitry AndrejevChange Log Group
FixedChange Log Message
The user replies were shown using wrong design in form submission message log.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.
Story Points
1Fix versions
Affects versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Alex
AlexReviewer
Dmitry Andrejev
Dmitry AndrejevChange Log Group
Fixed
Change Log Message
The user replies were shown using wrong design in form submission message log.
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.
Story Points
1
Fix versions
Affects versions
Created March 11, 2013 at 3:47 PM
Updated December 29, 2024 at 9:01 PM
Resolved March 15, 2013 at 1:25 PM
In task we've published improvements to form submissions, that among many other things allowed to keep all e-mail communication with person, who originally submitted a form with in form submission record.
On a project, where this was developed on we had only one form and that's why all settings were made directly in "SystemSettings" table. Later, when we're preparing to made it public we've moved all settings into "E-mail Communication" tab of concrete form editing page.
However it seems, that
<inp2:submission-log_IsUserReply/>
tag still uses "SubmissionReplyFromEmail
" system setting, that was deleted.