Skip to content

fix(admin): various bugfixes

Created by: xkureck

  • fixed method hasAttributeEnabled on various places which didnt work after eslint changes and put in on one place
  • on various places fixed determining if its group synchronized(isGroupSynchronized) and put the method on one place(it was bugged after group synchronization structures)
  • refactored disabling action buttons on group-members page + added new condition - add or remove members to "members" group is forbidden
  • fixed selection of checkboxes of members-dynamic-list.component (clearing selection, select all,...)
  • in members-dynamic-list.component added disable on checkbox when member have 'INDIRECT' membership type
  • fixed type of selectedStatused in vo-members.component.ts and group-members.component.ts

Merge request reports

Loading