#12035 closed defect (fixed)
Trac 1.1.5.dev0 - cannot add notifications
Reported by: | Owned by: | Jun Omae | |
---|---|---|---|
Priority: | normal | Milestone: | 1.1.5 |
Component: | notification | Version: | 1.1.4 |
Severity: | normal | Keywords: | preferences |
Cc: | Branch: | ||
Release Notes: |
Fix issues with Add button in notifications panel.
|
||
API Changes: | |||
Internal Changes: |
Description (last modified by )
When I'm on the settings / notifications page, I cannot add any type of notification. When I press Add nothing happens. I'm logged in as TRAC_ADMIN user.
I have trachtmlnotification plugin enabled (if this has anything to do with it) and configured to sent html notification but I'm receiving text notifications instead.
See #12009 and th:#12158 (the bottom part and the screenshot). Although these are both fixed, my problem remains.
Attachments (0)
Change History (9)
comment:1 by , 10 years ago
Component: | general → notification |
---|---|
Description: | modified (diff) |
Keywords: | notification removed |
Version: | → 1.1dev |
comment:2 by , 10 years ago
Description: | modified (diff) |
---|---|
Keywords: | preferences added |
comment:3 by , 10 years ago
My browser version is Firefox 37.0.1
I'm getting the following from the browser JS console:
Metoda getPreventDefault() jest przestarzała. Należy używać defaultPrevented. (getPreventDefault() is obsolete, you should use defaultPrevented)
Thats all.
Note: I'm experiencing the same problem on IE 11.
follow-up: 5 comment:4 by , 10 years ago
Did you deploy static assets and do a hard refresh of your browser after upgrading to 1.1.5?
comment:5 by , 10 years ago
Replying to rjollos:
Did you deploy static assets and do a hard refresh of your browser after upgrading to 1.1.5?
I don't think my server is using static resources; I'm using the built-in server like this:
c:\Python27\Scripts\tracd-script.py --http11 --hostname=localhost --port=8992 ^ ...
and I don't recall running the deploy command at all (don't see deploy foldery also in my environment).
Maybe it will be simpler for me to setup a test project and grant you access?
comment:6 by , 10 years ago
Milestone: | → 1.1.5 |
---|---|
Owner: | set to |
Status: | new → assigned |
Reproduced with new installation from [13985/trunk] on fresh virtualenv.
comment:7 by , 10 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Version: | 1.1dev → 1.1.4 |
This issue exists since 1.1.4.
Fixed in [13998]. Please try the latest. Thanks.
follow-up: 9 comment:8 by , 10 years ago
I've just installed r14003 and the notification settings can now be modified. One more question: I'm getting the html notifications as expected for the currently logged in user. But the smtp_always_cc
user defined in trac.ini still receives plain text notifications (while using email_sender = HtmlNotificationSmtpEmailSender
).
Any way to have this notification also formatted as html?
Regards.
What browser are you using? Also, please check errors in your javascript console.