Free cookie consent management tool by TermsFeed Policy Generator

Opened 14 years ago

Last modified 14 years ago

#969 closed enhancement

Enfore read-only views of arbitrary contents — at Version 7

Reported by: swagner Owned by: swagner
Priority: medium Milestone: HeuristicLab 3.3.0
Component: Core Version: 3.3
Keywords: Cc: mkommend

Description (last modified by swagner)

It should be possible to specify for each content if its views have to be read-only.

Change History (7)

comment:1 Changed 14 years ago by swagner

  • Status changed from new to assigned

comment:2 Changed 14 years ago by swagner

Implemented property ReadOnlyView for items in r3317.

comment:3 Changed 14 years ago by swagner

  • Cc mkommend added

In a discussion with mkommend it was decided to add a ReadOnly property to IView instead of the ReadOnlyView property of IItem. Therefore, the changes of r3317 will be reverted again and this ticket is obsolete.

comment:4 Changed 14 years ago by mkommend

added IContent r3364

comment:5 Changed 14 years ago by swagner

Fixed event ReadOnlyViewChanged of IContent in r3366.

comment:6 Changed 14 years ago by swagner

In another discussion with mkommend it was decided to keep a ReadOnlyView property which can be set if all views of a content should be read-only. This property will not be implemented in IItem but in a more general interface IContent.

comment:7 Changed 14 years ago by swagner

  • Description modified (diff)
  • Priority changed from minor to major
  • Summary changed from Implement read-only views of items to Enfore read-only views of arbitrary contents
Note: See TracTickets for help on using tickets.