Activity log for bug #1605087

Date Who What changed Old value New value Message
2016-07-21 06:53:13 Dubstar_04 bug added bug
2016-07-21 06:53:19 Dubstar_04 design-app: status New Confirmed
2016-07-21 06:53:21 Dubstar_04 design-app: importance Undecided Critical
2016-07-21 06:53:24 Dubstar_04 design-app: assignee Dubstar_04 (dubstar-04)
2016-07-21 06:53:26 Dubstar_04 design-app: milestone 1.0
2016-07-21 06:54:08 Dubstar_04 description Consider a custom component for the section header Sections { actions: [ Action { text: "first" onTriggered: print("one") }, Action { text: "second" onTriggered: print("two") }, Action { text: "third" onTriggered: print("three") } ] } Consider a custom component for the section header If sections are used then the model should be changed for actions.     Sections {             actions: [                 Action {                     text: "first"                     onTriggered: print("one")                 },                 Action {                     text: "second"                     onTriggered: print("two")                 },                 Action {                     text: "third"                     onTriggered: print("three")                 }             ]         }
2016-07-22 06:46:44 Dubstar_04 design-app: status Confirmed Fix Committed