Skip to content
Snippets Groups Projects
Commit 63154bde authored by Daniel Schultz's avatar Daniel Schultz :tm:
Browse files

Fix column orders

Django tables have some weird rules around field order, which is why one
might specify a sequence explicitly.  Unfortunately the way sequence was
being defined for the summary submissions table (the one shown on the
dashboard) caused the order to fall back to wahtever the default field
order was.

That order is overrode by the submissions table (the one shown in
submissions).

In order to have the two tables match order we need to define the
sequences in the same way.

Issue #2734
parent 98949d4b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment