Refactor validation and section selection in QuickSubmitForm#111
Refactor validation and section selection in QuickSubmitForm#111
Conversation
Refactor issue validation and section selection logic in QuickSubmitForm.php. Improved error handling and streamlined the process for selecting sections and managing user groups.
|
@evici, is there a particular problem that this solves, or is it just a rearrangement of the code? |
In multi-journal setup we do not have manager users as such it was required to have by plugin logic. In those situations we had err 500 and could not work with QuickSubmit. This fix applies "sanity check" on usergroups in journals. |
|
Thanks, that helps. I see the additional fallbacks on I agree that the Could you adjust this PR so that it only includes the change that adds the |
Refactor issue validation and section selection logic in QuickSubmitForm.php. Improved error handling and streamlined the process for selecting sections and managing user groups.