Skip to content

Commit

Permalink
active_operation_desc added in render_new_permission (#1450)
Browse files Browse the repository at this point in the history
* skyfield_data updated

* missing attribiute added

Co-authored-by: J. Ungermann <j.ungermann@fz-juelich.de>
  • Loading branch information
ReimarBauer and joernu76 authored May 21, 2022
1 parent 690fe58 commit defd76e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mslib/msui/mscolab.py
Original file line number Diff line number Diff line change
Expand Up @@ -1255,6 +1255,7 @@ def render_new_permission(self, op_id, u_id):
widgetItem.catgegory = operation["category"]
widgetItem.operation_path = operation["path"]
widgetItem.access_level = operation["access_level"]
widgetItem.active_operation_desc = operation["description"]
self.ui.listOperationsMSC.addItem(widgetItem)
if self.chat_window is not None:
self.chat_window.load_users()
Expand Down

0 comments on commit defd76e

Please sign in to comment.