Scheduled Maintenance: over the next few days, we will update Jira to a newer version.

If you don't know Jira 4.x yet, you might be a little surprised by the UI changes ... :)

Issue Details (XML | Word | Printable)

Key: MGNLTOOLS-21
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Jan Haderka
Reporter: Jan Haderka
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Magnolia Tools

versions removal is not performed on all workspaces

Created: 05/Aug/08 10:53 AM   Updated: 05/Aug/08 01:54 PM
Component/s: None
Affects Version/s: 1.0
Fix Version/s: 1.0.2
Security Level: Public

Time Tracking:
Not Specified

Issue Links:
dependency
 

Labels:
Resolution Date: 05/Aug/08 01:54 PM


 Description  « Hide
Currently running update35to36 script updates versions only for workspaces listed in default repositories.xml so all custom workspaces (for example data, dms, workflow) are not updated.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jan Haderka added a comment - 05/Aug/08 11:02 AM
Further more update of data workspace fails due to missing MetaData on dataFolder type. This is caused by the sequence in which update happens. Current order of events:
  1. update node types definition and add MetaData as mandatory child for dataFolder type (mgnltools)
  2. remove versions fails due to missing MetaData (mgnltools)
  3. add missing MetaData (DataModule update task)

Possible fixes:

  • add missing MetaData as a part of versions removal (would still need to be executed again in the data module update task at least for CE) or
  • add MetaData as mandatory child for dataFolder only after version cleanup.

Jan Haderka added a comment - 05/Aug/08 01:54 PM
r17202