Modify ↓
Opened 10 years ago
Closed 10 years ago
#12381 closed defect (fixed)
Auto-preview in ticket view restores "Oldest first" of changelog
| Reported by: | Jun Omae | Owned by: | Jun Omae |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0.11 |
| Component: | ticket system | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: |
Fix resetting Oldest first after auto-preview of ticket form. |
||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
How to reproduce:
- Visit a ticket and select Newest first or Threaded in prefs of changelog.
- Type in textarea for ticket comment.
- Wait for the auto-preview
- Oldest first is selected and order of ticket comments is changed.
- XMLHttpRequest with
ticket_comments_order:"oldest"is sent twice.
I think we should keep the order of ticket comments even if auto-preview is fired.
Attachments (0)
Change History (6)
comment:1 by , 10 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 10 years ago
| Milestone: | next-stable-1.0.x → 1.0.11 |
|---|---|
| Owner: | set to |
| Status: | new → assigned |
comment:4 by , 10 years ago
| Release Notes: | modified (diff) |
|---|
Thanks for the review! Committed in [14598]. However, merging the changes to trunk is conflicted. I'll rework for trunk.
comment:5 by , 10 years ago
Proposed changes for trunk in jomae.git@t12381.trunk ([255a864c1/jomae.git]).
comment:6 by , 10 years ago
| Release Notes: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.



Proposed changes in log:jomae.git@t12381, which added
applyCommentsOrder()inthreaded_comments.js.