Opened 9 years ago
Last modified 5 years ago
#35503 new feature request
Dashboard page: comment status in "Activity" group box shows incorrect
Reported by: | antonrinas | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | trivial | Version: | 4.4.1 |
Component: | Comments | Keywords: | reporter-feedback |
Focuses: | Cc: |
Description
STEPS TO REPRODUCE:
log in (subscriber user), create new comment for post, log in (administrator user), approve comment on Dashboard page using "Activity" group box, click "Approved (1)", click "Go back one page" in browser.
EXPECTED RESULT: comment status - Approved
ACTUAL RESULT: comment status - Unapproved
This problem was found in browsers Firefox 44.0b9, Chrome 47.0.2526.111 m
Change History (7)
#2
@
9 years ago
- Keywords reporter-feedback removed
Browsers cache the previously visited pages, so when you go back, the page isn't reloaded. Hence the wrong status.
#4
@
9 years ago
Well, this happens also on the Comments screen. Browser cache the HTML rendered at page load, not the one that is updated via AJAX.
#5
in reply to:
↑ description
@
9 years ago
STEPS TO REPRODUCE:
- Log in as administrator user.
- Remove all posts (if exist).
- Add new post.
- Log out.
- Log in as subscriber user.
- Add comment to post that was created by administrator.
- Log out.
- Log in as administrator user.
- On dashboard page we see one unapproved comment.
- On dashboard page hover comment. Click "Approve" in show up menu.
- Click "All (1)" in the bottom part of "Activity" group box on the Dashboard page.
- Go back (press Backspace key).
EXPECTED RESULT: comment status - Approved
ACTUAL RESULT: comment status - Unapproved
@antonrinas The user with the administrator role approves the comment from within the "Activity" section of the Dashboard. Then which user (subscriber role or administrator role) is clicking the back button in their browser? Where is this user expecting to the comment has been approved?