|
|
|
@ -68,7 +68,7 @@ Feature: Fields editable on work package edit |
|
|
|
|
And I follow "More" |
|
|
|
|
|
|
|
|
|
Then I should see the following fields: |
|
|
|
|
| Type | Phase1 | |
|
|
|
|
| Type | Phase | |
|
|
|
|
| Subject | pe1 | |
|
|
|
|
| Description | pe1 description | |
|
|
|
|
| Priority | prio1 | |
|
|
|
@ -109,17 +109,24 @@ Feature: Fields editable on work package edit |
|
|
|
|
Given the role "manager" may have the following rights: |
|
|
|
|
| edit_work_packages | |
|
|
|
|
|
|
|
|
|
Given the following work package custom fields are defined: |
|
|
|
|
And there are the following types: |
|
|
|
|
| Name | |
|
|
|
|
| Phase | |
|
|
|
|
And the project "ecookbook" has the following types: |
|
|
|
|
| name | position | |
|
|
|
|
| Phase | 1 | |
|
|
|
|
And the following work package custom fields are defined: |
|
|
|
|
| name | type | |
|
|
|
|
| cf1 | int | |
|
|
|
|
And the custom field "cf1" is activated for type "Phase" |
|
|
|
|
|
|
|
|
|
And there are the following work packages in project "ecookbook": |
|
|
|
|
| subject | |
|
|
|
|
| pe1 | |
|
|
|
|
| subject | type | |
|
|
|
|
| pe1 | Phase | |
|
|
|
|
|
|
|
|
|
And the work package "pe1" has the custom field "cf1" set to "4" |
|
|
|
|
|
|
|
|
|
When I go to the edit page of the work package called "pe1" |
|
|
|
|
|
|
|
|
|
Then I should see the following fields: |
|
|
|
|
| cf1 | 4 | |
|
|
|
|
| cf1 | 4 | |