#2549 - Reordering forums doesn't seem to stick
| Identifier | #2549 |
|---|---|
| Issue type | Minor issue (breaks specific functionality) |
| Title | Reordering forums doesn't seem to stick |
| Status | Closed (cannot reproduce) |
| Handling member | Chris Graham |
| Addon | cns_forum |
| Description | If you make a change to the order, the previous changes seem to get thrown out sometimes and you need to make the changes again. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
I'd need a precise reproduction case - i.e. a series of screenshots showing:
initial state
first changed state (before saving)
first changed state (after saving)
second changed state (before saving)
second changed state (after saving) [with bug showing here]
For example, if you set forum# orders like:
<code>#1=1,#2=1,#3=2</code>
You may get like
<code> #1=1,#2=2,#3=3</code>
But it depends on other factors, you could get:
<code>#1=1,#2=3,#3=2</code>
Or
<code>#1=3,#2=1,#3=2</code>