Changeset 529


Ignore:
Timestamp:
Jun 4, 2010, 1:01:21 PM (13 years ago)
Author:
duh
Message:
  • updated version 0.2.4
  • fixed group table not having a slider
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/application.properties

    r513 r529  
    99app.name=gscf
    1010app.servlet.version=2.4
    11 app.version=0.2.3
     11app.version=0.2.4
    1212plugins.crypto=2.0
    1313plugins.db-util=0.4
  • trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy

    r527 r529  
    185185                                        success()
    186186                                } catch (Exception e) {
     187                                        // rollback
     188                                        this.appendErrorMap(['exception': e.toString() + ', see log for stacktrace' ], flash.errors)
     189
    187190                                        error()
    188191                                }
  • trunk/grails-app/views/wizard/pages/_groups.gsp

    r503 r529  
    7777                </g:each>
    7878        </div>
     79        <div class="sliderContainer">
     80                <div class="slider" ></div>
     81        </div>
    7982
    8083</wizard:pageContent>
  • trunk/web-app/js/wizard.js

    r527 r529  
    8383    });
    8484
    85     // Handle persoRole selects
     85    // Handle personRole selects
    8686    new SelectAddMore().init({
    8787        rel     : 'role',
Note: See TracChangeset for help on using the changeset viewer.