Free cookie consent management tool by TermsFeed Policy Generator

Opened 12 years ago

Last modified 12 years ago

#1835 reviewing defect

ProgrammableOperator can be edited while algorithm is executing

Reported by: abeham Owned by: abeham
Priority: medium Milestone: HeuristicLab 3.3.x Backlog
Component: Operators.Programmable Version: 3.3.6
Keywords: Cc:

Description


Change History (2)

comment:1 Changed 12 years ago by abeham

  • Owner changed from swagner to epitzer
  • Status changed from new to assigned

comment:2 Changed 12 years ago by epitzer

  • Milestone changed from HeuristicLab 3.3.7 to HeuristicLab 3.3.x Backlog
  • Owner changed from epitzer to abeham
  • Status changed from assigned to reviewing

This is common behavior for all operators. Once a new tab has been created it cannot be locked by the executing algorithm. A ProgrammableOperator is usually edited within its own tab, that might be the reason why it is perceived as if it is behaving differently to other operators.

I agree that this problem is most prevalent for the ProgrammableOperator, however, it is a general issue that should be dealt with on another level e.g. by moving the read-only and locked flags from the views to the items themselves.

Note: See TracTickets for help on using tickets.