SuccessChanges

Summary

  1. tsk60-61: Fixes story creation/update with themes (details)
Commit 9b7f3f2a82ff859f08c45b439c17cd62b2997239 by devpablogg
tsk60-61: Fixes story creation/update with themes
Fixes story creation and update issues when themes are set by explicitly
using the ThemeTypeConverter in JSF views. The converter is no longer
applied globally and is referenced where required to ensure correct
theme rendering and form submission in read, editor, and story card
components.
The file was modifiedjsf/src/main/webapp/resources/components/story-card.xhtml (diff)
The file was modifiedjsf/src/main/webapp/story/editor.xhtml (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/microstories/jsf/ThemeTypeConverter.java (diff)
The file was modifiedjsf/src/main/webapp/story/read.xhtml (diff)