opossum-tool / OpossumUI

A light-weight app to audit and inventory large codebases for open source license compliance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QA mode not hydrated on restart

mstykow opened this issue · comments

Describe the bug
QA mode is not correctly persisted on restart of the app.

To Reproduce
Steps to reproduce the behavior:

  1. Turn QA mode on.
  2. Notice that you can add golden stars as auditing option.
  3. Restart the app.
  4. Notice that although QA mode is on in the app menu it is not possible to set golden stars as auditing option.

Additional context
This is happening because the Redux store where the QA mode attribute is kept in the frontend is not initialized with the persisted value on app start while the menu which is controlled by the main process shows the persisted value.