Skip to content

Commit

Permalink
Issue #33
Browse files Browse the repository at this point in the history
I fix issue #33 (form and show view differ at organizations).  I change
the order of fields in the show view of the organization.
  • Loading branch information
dellermann committed Mar 4, 2014
1 parent 92db5a5 commit fccac9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions application.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Grails Metadata file
#Tue Mar 04 18:58:02 CET 2014
app.buildDate=2014-03-04T18\:58\:02+0100
app.buildNumber=6055
#Tue Mar 04 20:02:36 CET 2014
app.buildDate=2014-03-04T20\:02\:36+0100
app.buildNumber=6056
app.buildProfile=development
app.grails.version=2.3.4.BUILD-SNAPSHOT
app.name=springcrm
Expand Down
4 changes: 2 additions & 2 deletions grails-app/views/organization/show.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@
<f:display bean="${organizationInstance}" property="legalForm" />
<f:display bean="${organizationInstance}" property="type" />
<f:display bean="${organizationInstance}" property="industry" />
<f:display bean="${organizationInstance}" property="owner" />
<f:display bean="${organizationInstance}" property="numEmployees" />
<f:display bean="${organizationInstance}" property="rating" />
</div>
<div class="col col-r">
Expand All @@ -79,6 +77,8 @@
<f:display bean="${organizationInstance}" property="email1" />
<f:display bean="${organizationInstance}" property="email2" />
<f:display bean="${organizationInstance}" property="website" />
<f:display bean="${organizationInstance}" property="owner" />
<f:display bean="${organizationInstance}" property="numEmployees" />
</div>
</div>
</section>
Expand Down

0 comments on commit fccac9a

Please sign in to comment.