Support #4269
openAllow flash messages to be permanently surpressed
0%
Description
[tenderapp] report: https://rhodecode.tenderapp.com/help/discussions/dedicated-support/413 reported by user: alan.budden
Is there any way to (permanently) remove the error message shown in the attached screenshot? We've bought what we currently believe is the right number of licences for the number of users. When we get more users (probably next year), we'll buy more licences. I don't really need to be reminded of the fact that I bought exactly the right number of licences every time I visit the server.
Clicking the cross removes the message, but as soon as I go to a different page on the site, it comes back again.
I know this is a minor cosmetic detail, but a big red error box never looks good on your source code server!
Files
Updated by Marcin Kuzminski [CTO] about 8 years ago
- Target version set to v4.5
This is currently not SUPPORTED, i think an easy fix would be:
- add special ID elements into the license warnings/errors, those ID would be generated only based on the user-limit, eg error-user-limit-40 where 40 is the limit.
- then if users want they can HIDE this using header/footer custom scripts and add simply $('#error-user-limit-40').hide()
Updated by Marcin Kuzminski [CTO] about 8 years ago
- Private changed from Yes to No
Updated by Marcin Kuzminski [CTO] about 8 years ago
- File Screen Shot 2016-10-07 at 18.59.34.png Screen Shot 2016-10-07 at 18.59.34.png added
- Subject changed from Error message to Allow flash messages to be permanently surpressed
It becomes now in 4.5 a critical issuee that will prevent users from using nav since it covers the screen and it shows on each screen.
We really need a way to turn them off completly
Updated by Marcin Kuzminski [CTO] about 8 years ago
- Assignee set to Marcin Lulek
Updated by Marcin Kuzminski [CTO] about 8 years ago
- Status changed from In Progress to New
Updated by Marcin Kuzminski [CTO] about 8 years ago
- Status changed from New to In Progress
Updated by Marcin Kuzminski [CTO] about 8 years ago
- Status changed from In Progress to Resolved
Also added docs about this now.