Implemented role-based access control, Updated e2e authentication tests and Playwright setup.
This commit is contained in:
@@ -28,7 +28,7 @@ class UndoRedo(BaseComponentSingleton):
|
||||
COMPONENT_INSTANCE_ID = UNDO_REDO_INSTANCE_ID
|
||||
|
||||
def __init__(self, session, _id, settings_manager=None, tabs_manager=None):
|
||||
super().__init__(session, _id, settings_manager, tabs_manager)
|
||||
super().__init__(session, _id, None, settings_manager, tabs_manager)
|
||||
self.index = -1
|
||||
self.history = []
|
||||
self._commands = UndoRedoCommandManager(self)
|
||||
|
||||
Reference in New Issue
Block a user