Skip to content
Snippets Groups Projects
  1. Dec 04, 2022
  2. Dec 03, 2022
  3. Dec 02, 2022
  4. Nov 30, 2022
  5. Nov 28, 2022
  6. Nov 27, 2022
  7. Nov 26, 2022
  8. Nov 22, 2022
  9. Nov 11, 2022
  10. Oct 24, 2022
  11. Oct 23, 2022
    • Benjamin Hättasch's avatar
      Introduce intermediate page for plan publishing · f444f3a6
      Benjamin Hättasch authored
      Use action with intermediate page instead of direct action for publishing and unpublishing of plans
      This allows to create a link on the events detail page and on the status page to change the plans visibility
      Add link to detail view
      Visualize plan visibility on status page and allow to toggle it from there
      This implements the final function of #159
      f444f3a6
    • Benjamin Hättasch's avatar
      Increase performance · 0bc73445
      Benjamin Hättasch authored
      Move loop-based action code to mixin that will only be used when more complex actions should be performed
      Use queryset update function on existing actions to perform the necessary updating in only one db call instead of one query per entity
      Additionally, visualize manually_resolved status in admin interface of CV
      0bc73445
Loading