Opened 15 years ago
Closed 14 years ago
#1462 closed defect (bug) (fixed)
Subscription checkbox while editing post
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 1.1 | Priority: | high |
| Severity: | major | Version: | 1.1-alpha |
| Component: | Front-end | Keywords: | has-patch |
| Cc: | forumi@… |
Description
When an admin/mod edits another user's post, then the subscription checkbox should be modified to show the poster's subscription status rather than the current logged in user's (and same while updating).
Attachments (1)
Change History (10)
#3
@
15 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
The message should be modified too. It should be Notify the author of follow-up posts via email if current user != post author.
ps. We should change followup to follow-up and e-mail to email.
#4
@
15 years ago
- Resolution set to fixed
- Status changed from reopened to closed
This was fixed in a recent commit.
#5
@
15 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
This message still needs to be fixed:
Should be Notify the author of follow-up posts via email when the post author is not the logged in user and Notify me of follow-up posts via email when the post author is the logged in user.
#7
@
15 years ago
- Cc forumi@… added
- Resolution fixed deleted
- Status changed from closed to reopened
You have wrong logic in [2911] and I'm surprised you still didn't notice that.
I always get This user should be notified of follow-up posts via email as both administrator and member except when I post a reply.
(In [2862]) When editing a topic/post, check for author_id() in bb_is_user_subscribed instead of the current_user. Fixes #1462.