sachatrauwaen / OpenContent

Structured Content editing for DNN (Dotnetnuke)
46 stars 25 forks source link

AutoEditMode Breaks Persona Bar Functionality #145

Closed mikesmeltzer closed 3 years ago

mikesmeltzer commented 3 years ago

The AutoEditMode function forces the Persona Bar to think it is in Edit mode even though the user wants to be in View mode. This breaks the Persona Bar Edit pencil functionality by not letting the PersonaBar refresh the page after the user has clicked the pencil. Then are instead forced to press refresh on their browser to get into Edit mode.

Timo-Breumelhof commented 3 years ago

We are seeing this on one installation too, not sure why we don't see it on anther one that has the same OC version though..

mikesmeltzer commented 3 years ago

@Timo-Breumelhof it all depends on the site's settings. Check the 'ControlPanelMode' setting in PortalSettings. If that's set to EDIT then you'll experience the issue I describe here. Open Content is reading this setting and the subsequent logic in OpenContent is causing the issue.

Timo-Breumelhof commented 3 years ago

@Timo-Breumelhof it all depends on the site's settings. Check the 'ControlPanelMode' setting in PortalSettings. If that's set to EDIT then you'll experience the issue I describe here. Open Content is reading this setting and the subsequent logic in OpenContent is causing the issue.

OK, thanks that at least fixes it for now..

Timo-Breumelhof commented 3 years ago

Should be fixed in v 04.06.00

Timo-Breumelhof commented 3 years ago

Fixed in 04.06.00

Timo-Breumelhof commented 3 years ago

Hmm, I just had the same issue in Evoq 9.8.0, with OC 4.6.0 not sure if it's really fixed..