Defect #36794
openIssue copying ignores workflow rules
0%
Description
Issue.copy
ignores rules defined by workflow for status New
(new issue form).
A simple example.
Let's say we have an issue:
Project: eCookBook
Tracker: Bug
Status: Closed
Category: Print
Create a workflow rule where for tracker Bug
and role Manager
field Category
is read-only on status New
.
User with given role presses the Copy button. New issue form is shown, as expected by workflow there is no Category field because it is not editable by user.
Press create and see that field Category was succesfully copied even though user can't edit it.
Also steps to reproduce on a test database with loaded fixtures:
1. Go to Administration - Workflow - Fields permissions
2. Select role Manager, tracker Bug press edit
3. Make Float field
read-only for status New
4. Log as jsmith
and copy issue#1
5. There is no Float field
on form
6. Save the issue and see that Float field
was copied
Files
Updated by Dmitry Makurin over 2 years ago
- File 36794.patch 36794.patch added
Patch with fix 36794.patch