SuccessChanges

Summary

  1. task7 Adds toString Methods to Genre and Theme (details)
Commit 853caf3c5012c1e229612a7e572fdea9bad3c705 by miguigg1412
task7 Adds toString Methods to Genre and Theme
A method to return the printable name of a Genre/Theme was added in the
enum classes. It was also added a correction in the persistence.xml
files, needed to call methods of the service layer from JSF.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Genre.java (diff)
The file was modifiedjsf/src/main/resources/META-INF/persistence.xml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Theme.java (diff)
The file was addedservice/src/main/resources/META-INF/persistence.xml (diff)
The file was modifiedjsf/src/main/webapp/resources/css/main.css (diff)