Skip to content

Updating Mood and Predefined Tags Picker code

Jamie requested to merge ijmmai/busy:refactor-mood-code into master

Moved the mood settings to settings.js to remove double appearance of the code Adjusted the Predefined Tags Picker code in Editor to create a more logical flow.

  • value of the select defaults to -- (none)
  • tags added to the interests input field manually or by use of the picker are automatically removed from the available tags list. Tags are added back to the available tags list in case they are removed from the interests input field.

Merge request reports