Issue Details (XML | Word | Printable)

Key: BCMS-17
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Savvas Triantafyllou
Reporter: Savvas Triantafyllou
Votes: 0
Watchers: 0
Operations

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

Support for System Builtin Content Types

Created: 13/Jan/09 11:50 PM   Updated: 15/Jan/09 02:30 AM
Component/s: betacms-repository, betacms-repository-api, betacms-repository-model
Affects Version/s: 2.1.0.CR1
Fix Version/s: 2.1.0.CR1

Time Tracking:
Not Specified


 Description  « Hide
Whereas all cms repository entities can be declared as system built in entities, a method must be provided it to declare that a content type is built in.
This way ALL instances of this content type will become system built in entities upon creation.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Savvas Triantafyllou added a comment - 15/Jan/09 02:30 AM
Added new attribute 'systemType' which can be used to any content type or complex type definition, for example

<xs:element name="testType"
bccmsmodel:systemType="true">
.....
</xs:element>

Committed revisions 2255, 2256, 2257