Commit Graph

7 Commits

Author SHA1 Message Date
4c26679b2d DEV: fix form template flaky (#32360) 2025-04-17 19:54:38 -03:00
cd805d0d8f DEV: Revert "FIX: Flaky test for FormTemplatesController (#32351)" (#32359)
This reverts commit 4cd7ca677f69a18ab680c4b0ecac4a0d583d533b.
2025-04-17 18:39:26 -03:00
4cd7ca677f FIX: Flaky test for FormTemplatesController (#32351) 2025-04-17 10:23:58 -05:00
72f9714ddc FEATURE: Implement tag group selection in dropdown and multi-select for topic creation and preview when using Form Templates (#32108)
Adds support for a tag-chooser in form templates. It supports single tag
and multi tags. The source of the displayed tags has to be a tag_group
name.

---------

Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
2025-04-17 08:38:03 -05:00
6e161d3e75 DEV: Allow fab! without block (#24314)
The most common thing that we do with fab! is:

    fab!(:thing) { Fabricate(:thing) }

This commit adds a shorthand for this which is just simply:

    fab!(:thing)

i.e. If you omit the block, then, by default, you'll get a `Fabricate`d object using the fabricator of the same name.
2023-11-09 16:47:59 -06:00
093552bc84 DEV: Remove setting explicit id on Fabricated property (#21831) 2023-05-30 09:34:01 -07:00
c74c90bae5 DEV: Show form templates in the composer (#21190) 2023-05-29 14:47:18 -07:00