Needs work
Project:
Comment Notify
Version:
8.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2023 at 19:59 UTC
Updated:
10 Dec 2024 at 04:35 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
cedeweyComment #5
diwakar07 commentedHi,
I have updated the Comment Notify interface page accordingly.
Please review.
Comment #6
diwakar07 commentedComment #7
gregglesThanks for this proposal, @cedewey and for making the fixes, @Diwakar07!
@cedewey are you able to review the proposed merge request?
Comment #8
indranil roy commentedHey @Diwakar07,
I have tested your MR. LGTM.
Comment #9
alfthecat commentedHi guys, thanks for the great work.
I ran into 3 issues after applying the patch (running Drupal 10.3.9):
1 - the new setting for "Default state for the notification selection box" is confusing because the help text: "Choose the default subscription mode if both subscriptions modes are enabled." implies that I should select 1 option yet there are checkboxes allowing me to select all or none of the states. I think that if the admin is prompted for a default state, there should be a required radio select widget that allows only one option.
2 - After I save the settings form I get a WSOD with error:
3 - On the user account edit form, the text: "Check this box to receive email notifications for comments on your content (e.g. an article authored by you). You cannot disable notifications for individual threads." is confusing to end users because in my case they don't have the option to author articles. I think that in the help text it shouldn't be assumed site users are familiar with the article content type, and a more ambiguous text is perhaps better. I.e.: "Check this box to receive email notifications for comments on content you authored. You cannot disable notifications for individual threads."
Thanks and hope this helps.