When setting Stream default to internal mode through "isInternalNoteMode=true" in function setup ( in the file client/src/views/stream/panel.js ) , the lock icon is missing the "enabled" class when loading the page. This means that the icon indicates that the post will be public, which is not what the system will be doing
The post action will save it as internal, but the users have no indication beforehand that Internal is enabled.
When clicking on the Internal icon (lock) to toggle the state, the state icon displays the correct state after each toggle. Only state not being displayed correctly is the initial state.
Where can I correct this now?
And as a feature request: can the Stream default = Internal become a setting per Entity type perhaps (next to Stream enabled)?
The post action will save it as internal, but the users have no indication beforehand that Internal is enabled.
When clicking on the Internal icon (lock) to toggle the state, the state icon displays the correct state after each toggle. Only state not being displayed correctly is the initial state.
Where can I correct this now?
And as a feature request: can the Stream default = Internal become a setting per Entity type perhaps (next to Stream enabled)?