| Commit message (Collapse) | Author | Lines |
|
Now that we have all association counts mapped to their respective
models we can easily allow sorting on them as well.
|
|
These were mismatched, probably by copy-and-paste. This happened to
still work because we pass the enum as a string, and the name happens to
match for all of them.
|
|
This will replace the old 'empty' filter on comic associations and
introduce a generic way of matching against association counts, along
with support for different operators like 'greater than' or 'lower
than'.
Models that did not previously have a way of matching against their
associates (like filtering for Artists that have N comics associated
with them) now gain that functionality.
For now the frontend keeps the simpler approach of allowing the user to
only filter for empty associations, but we nonetheless need to adjust
the 'empty' field to instead be linked to the new 'count' field.
|
|
|