thoka
(Thomas Kalka)
8 באוקטובר, 2024, 3:58pm
1
I am delighted that it is now possible to create custom moderation flags .
During testing, it was noted that initially, it seemed impossible to equip these with the same functionality as the predefined “spam” and “inappropriate” flags.
After setting auto_action_type
to true
via console , the flags behave as wanted.
Please add this option to the admin user interface too.
4 לייקים
thoka
(Thomas Kalka)
6 באוקטובר, 2024, 9:54pm
2
“auto hide” for a custom moderation flag can be enabled using the rails console:
Flag.find(1001).update!(auto_action_type: true)
לייק 1
tobiaseigen
(Tobias Eigen)
8 באוקטובר, 2024, 5:27pm
3
Thanks for sharing that rails hack!
So is the suggestion to add a toggle to the UI when editing custom flags? So some flags have it and others do not, at the discretion of the admin?
לייק 1
thoka
(Thomas Kalka)
8 באוקטובר, 2024, 5:30pm
4
לייק 1
tobiaseigen
(Tobias Eigen)
15 באוקטובר, 2024, 10:56pm
8
We’re going to be looking into adding this toggle. Shouldn’t be too difficult.
3 לייקים
tobiaseigen
(Tobias Eigen)
22 באוקטובר, 2024, 1:34pm
9
3 לייקים
tobiaseigen
(Tobias Eigen)
נסגר ב־
26 באוקטובר, 2024, 3:00pm
10
This topic was automatically closed after 4 days. New replies are no longer allowed.