0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-09 20:02:54 +01:00
discourse-custom-wizard/lib/custom_wizard
Angus McLeod af3e61fe75
Add custom field improvements (#115)
* Add custom field improvements

This PR does a few things to improve our support of custom fields
1. Adds custom fields added by other plugins to the list in admin/wizards/custom-fields and the custom field list in the mapper selector
2. Adds support for json custom fields in the wizard actions

* Make eslint happy

* Make prettier happy

* Make rubocop happy

* Make ember template lint happy

* Don't assume we have the context in the selector

* Ensure custom fields don't require optional attributes (with tests)
2021-06-08 17:09:49 +05:30
..
api Added files used by github actions workflows (#78) 2021-04-16 13:37:32 +05:30
liquid_extensions FEATURE: added liquid based templating (#83) 2021-04-09 11:04:42 +05:30
realtime_validations Apply rubcop and get tests pass (#76) 2021-03-11 12:00:15 +05:30
validators Apply rubcop and get tests pass (#76) 2021-03-11 12:00:15 +05:30
action.rb Add custom field improvements (#115) 2021-06-08 17:09:49 +05:30
action_result.rb Apply rubcop and get tests pass (#76) 2021-03-11 12:00:15 +05:30
builder.rb Enable templating (#102) 2021-04-23 17:21:41 +05:30
cache.rb Apply rubcop and get tests pass (#76) 2021-03-11 12:00:15 +05:30
custom_field.rb Add custom field improvements (#115) 2021-06-08 17:09:49 +05:30
engine.rb Apply rubcop and get tests pass (#76) 2021-03-11 12:00:15 +05:30
field.rb FIX: set checkbox field default value as false 2021-04-30 22:59:06 +05:30
log.rb Apply rubcop and get tests pass (#76) 2021-03-11 12:00:15 +05:30
mapper.rb use option multiple and aggregate the result 2021-04-23 12:22:04 +05:30
realtime_validation.rb Apply rubcop and get tests pass (#76) 2021-03-11 12:00:15 +05:30
step.rb Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30
step_updater.rb Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30
template.rb IMPROVE: ensure redirect_to_wizard is cleaned up even if sidekiq is not working (#116) 2021-06-07 18:45:41 +05:30
wizard.rb FIX: exclude conditional fields while saving step submission 2021-05-12 18:15:55 +05:30