-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v10.0.10RC1] Disabled comments hides notification icon #32678
Comments
Pfff, maybe another one of these "assuming that library X is loaded when it's not". I'd say not critical, adding to future sprint. |
Works for me: when using announcement center, you must run cron for the notification entries to be created in "oc_notifications". The app doesn't generate them synchronously because it could be expensive with lots of users. It is likely that when you tested and refreshed the page in one test case, the ajax cron ran and you thought it worked. |
Reopening for closer inspection with the docker-compose environment, in case it's reproducible there due to more subtle things. |
|
can't reproduce - sorry for the noise |
Again (#31338, #32117), my specific combination of enabled/disabled apps causes a tiny glitch…
Steps to reproduce
docker-compose
occ market:install announcementcenter
occ app:disable comments
==> 2nd user doesn't get notification icon for new notifications created withannouncementcenter
(I thinkmarket
update notifications too)occ app:enable comments
==> 2nd user gets notification icon for new notifications created withannouncementcenter
Expected behaviour
Disabling
comments
shouldn't break features/UIActual behaviour
Disabling
comments
hides notification iconServer configuration
Default installation with
docker-compose
Client configuration
Browser:
Chrome 69
Operating system:
macOS 10.13.6
The text was updated successfully, but these errors were encountered: