Describe the bug
Making a new commission (via /profiles/:name/commission/new) and then adding an item to it (via /profiles/:name/commission/items/new), doesn't update the commission_items_count value.
So, when searching commissions and it filters for commission_items_count > 0, it doesn't show the commission.
Describe the bug Making a new commission (via
/profiles/:name/commission/new
) and then adding an item to it (via/profiles/:name/commission/items/new
), doesn't update thecommission_items_count
value.So, when searching commissions and it filters for
commission_items_count > 0
, it doesn't show the commission.To Reproduce Steps to reproduce the behavior:
Expected behavior The listing should be searchable via https://derpibooru.org/commissions
Screenshots Showing debug from my dev build. This shows there being a
commission_items_count
of 0 despite there being a commission item present.Desktop (please complete the following information):