You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
App does not respect the "disable announcements" check box in the admin panel. If I check this box then leave the admin panel and go back to it later the box well be reset to an unchecked state. Announcements about the ownnote play store app are shown regardless of my wishes.
The text was updated successfully, but these errors were encountered:
Fix in 1f0a017 does not fix the case for disableAnnouncement.
A pull request #312 is done for that, there was an error in the parameter name in AJAX call.
Moreover, I had an issue after upgrade to OwnCloud 9.0.X ?
In the table oc_appconfig, the config value for the key "disableAnnouncement" was NULL.
In this case, I was not able to update the setting.
I had to change with a blank string in the database, and there everything works fine.
update oc_appconfig set configvalue='' where configkey='disableAnnouncement' and appid='ownnote';
App does not respect the "disable announcements" check box in the admin panel. If I check this box then leave the admin panel and go back to it later the box well be reset to an unchecked state. Announcements about the ownnote play store app are shown regardless of my wishes.
The text was updated successfully, but these errors were encountered: