| Summary: | Changing artifact/group ID does not update the view header. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Marek Baluch <mbaluch> | ||||
| Component: | Business Central | Assignee: | manstis | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Marek Baluch <mbaluch> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 6.0.0 | CC: | etirelli, manstis | ||||
| Target Milestone: | ER2 | ||||||
| Target Release: | 6.0.1 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-08-06 19:58:36 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
Verified on 6.0.1.ER2. |
Created attachment 840033 [details] screenshot Description of problem: When I change the group and/or artifact ID of a project and save the new data then the header 'Project: [groupId:artifactId:version]' will not be updated right away. See attached screenshot. How reproducible: Steps to Reproduce: 1. click 'Tools' -> 'Project Editor' 2. update groupId and artifactId 3. click 'Save' to save the changes Actual results: header says 'Project: [old_groupId:old_artifactId:old_version]' Expected results: header says 'Project: [new_groupId:new_artifactId:old_version]' (as version was not changed) Additional info: the screenshot shows a project where the groupId and versionId was changed - prefix '_RENAMED' was appended. The header still says 'Project: [mortgages:mortgages:0.0.1]'