Issue Details (XML | Word | Printable)

Key: LEP-7263
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Raymond Auge
Reporter: Raymond Auge
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
PUBLIC - Old Liferay Portal (Use Liferay Portal Standard Edition)

JournalStructure inheritance

Created: 27/Aug/08 09:50 PM   Updated: 28/Aug/08 06:16 PM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: 5.2.0

Time Tracking:
Not Specified


 Description  « Hide
This mechanism allows one Journal Structure to inherit from another allowing much greater flexibility and re-use of structure definitions.

Changing the inheritance relationship between structures immediately affects all related articles.

(Circular references are checked and rejected.)

 All   Comments   Work Log   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order
Brian Chan added a comment - 28/Aug/08 06:16 PM - Visible to
Hey Ray,

I modified it so parameters are orderd such as:

structureId, parentStructureId, name,... etc. (instead of putting parentStructureId last) to follow other patterns.

Also made it so selecting a parent structure didn't require a refresh.

Also made it so deleting a structure that is a parent of some other structure is not allowed.