Builder evergreen-master-ubuntu-12.04-x86 Build #1241
Results:
Build successful
SourceStamp:
Project | Evergreen |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Branch | master |
Revision | 357aabae410bbe25160947acd52693841d690e92 |
Got Revision | 357aabae410bbe25160947acd52693841d690e92 |
Changes | 1 change |
BuildSlave:
eg-u1204Reason:
scheduler
Steps and Logfiles:
-
git update ( 0 secs )
-
Bootstrap via autogen './autogen.sh' skipped ( 0 secs )
- - no logs -
-
Bootstrap via autoreconf 'autoreconf -f ...' ( 9 secs )
-
configure configure ( 7 secs )
-
compile compile ( 1 secs )
-
test test 848 tests 848 passed ( 13 secs )
-
pylint pylint convention=203 error=1 fatal=14 refactor=6 warning=21 failed ( 1 secs )
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
buildername | evergreen-master-ubuntu-12.04-x86 | Builder |
buildnumber | 1241 | Build |
codebase | Build | |
got_revision | 357aabae410bbe25160947acd52693841d690e92 | Git |
project | Evergreen | Build |
pylint-convention | 203 | Unknown |
pylint-error | 1 | Unknown |
pylint-fatal | 14 | Unknown |
pylint-info | 0 | Unknown |
pylint-refactor | 6 | Unknown |
pylint-total | 245 | Unknown |
pylint-warning | 21 | Unknown |
repository | git://git.evergreen-ils.org/Evergreen.git | Build |
revision | 357aabae410bbe25160947acd52693841d690e92 | Build |
scheduler | evergreen-master | Scheduler |
slavename | eg-u1204 | BuildSlave |
warnings-count | 0 | WarningCountingShellCommand |
workdir | /home/egslave/eg-slave/evergreen-master-ubuntu-12_04-x86 | slave |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Galen Charltongmc@esilibrary.com
Timing:
Start | Fri Jul 22 18:04:17 2016 |
End | Fri Jul 22 18:04:51 2016 |
Elapsed | 34 secs |
All Changes:
:
Change #3375
Category None Changed by Galen Charlton <gmc @esilibrary.com>Changed at Fri 22 Jul 2016 17:47:23 Repository git://git.evergreen-ils.org/Evergreen.git Project Evergreen Branch master Revision 357aabae410bbe25160947acd52693841d690e92 Comments
LP#1581196: webstaff: fix dirty form detection in patron editor This patch fixes a problem wherein the patron editor form would think that it had been modified by the user immediately after initialization. To test ------- [1] Load the patron editor, then refresh the page. Note that you are warned that there is unsaved input. [2] As above, but hit the save button. Note that after saving, you still get a warning that there is unsaved input. [3] Apply the page, then repeat tests 1 and 2. This time, you shouldn't get inappropriate unsaved data warnings. Signed-off-by: Galen Charlton <gmc@esilibrary.com> Signed-off-by: Bill Erickson <berickxx@gmail.com>
Changed files
- Open-ILS/src/templates/staff/circ/patron/t_edit.tt2
- Open-ILS/web/js/ui/default/staff/circ/patron/regctl.js