You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Additional input" allows the user to add information to a specific option. For questions it is already possible to define default values, this feature should also be possible for options using a text or textarea field.
This would make it possible to have a general option, e.g. "Git Versioning" with additional input, leaving it open for users to add e.g. Github or Gitlab, but also would allow the institution to add the local service as default answer.
Only display if on additional input text or textarea is activated.
Affected
Who is affected by the change (Users, Managers, Admins)?
all
Minimal functionality
What functionality would you like to have?
save a default text value for additional input of an option
Nice-to-have functionality
What sort of related functionality would you like to see in addition?
References / Verweise
The text was updated successfully, but these errors were encountered:
* prepare option model to contain default_text
* add default_text to imports, mixins, option and export serializer
* add migrations
* add translations
* insert Tabs structure for display default text values in EditOption component
Rationale / Begründung
"Additional input" allows the user to add information to a specific option. For questions it is already possible to define default values, this feature should also be possible for options using a text or textarea field.
This would make it possible to have a general option, e.g. "Git Versioning" with additional input, leaving it open for users to add e.g. Github or Gitlab, but also would allow the institution to add the local service as default answer.
Only display if on additional input text or textarea is activated.
Affected
Who is affected by the change (Users, Managers, Admins)?
all
Minimal functionality
What functionality would you like to have?
save a default text value for additional input of an option
Nice-to-have functionality
What sort of related functionality would you like to see in addition?
References / Verweise
The text was updated successfully, but these errors were encountered: