Skip to content

Fix CheckableListItem delegate in permissions page

Suhaas Joshi requested to merge fixCheckableItems into master

The delegates on the page would not invoke the associated slot when their checkable boxes were checked, but would work as expected when any other portion was clicked. This has been fixed by using the "action:" property instead of "onClicked" for calling the slot.

Fixes #17 (closed).

Merge request reports