redhatcz / Thesis-management-system

https://diplomky.redhat.com
15 stars 8 forks source link

#91 - Add optional field 'links' to Thesis #109

Closed pehala closed 8 years ago

pehala commented 8 years ago

Overview

First change where I changed Domain Model. I created a new hasMany relationship in Thesis with newly created Domain class Link. After that I updated ThesisController and ThesisService to process links. Finally I did some changes to views to reflect the changes.

Changes in files

BootStrap.groovy

Link.groovy

Thesis.groovy

ThesisController.groovy

ThesisService.groovy

thesis/_form.bsp

thesis/show.bsp

pehala commented 8 years ago
VaclavDedik commented 8 years ago

This looks good, two more things though:

pehala commented 8 years ago
VaclavDedik commented 8 years ago

Merged, thanks, but there is a bug, see #114

(noticed it only after I pushed the changes to diplomky.redhat.com)

VaclavDedik commented 8 years ago

I fixed, the issue, was trivial