Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ===========================
- *** Dropdowns are working now, but there remain some instances of the dropdown-toggle attribute
- commit 4ce806dced3a539310f21149d0a644ccbf398fda
- Author: Bill Erickson <berickxx@gmail.com>
- Date: Thu Dec 4 17:22:46 2014 -0500
- Repair browser client dropdown buttons
- Angular-ui-bootstrap as of version ~0.11.2 does not want bare
- "dropdown-toggle" attributes within action link tags. When present,
- they prevent the dropdown button from opening.
- Signed-off-by: Bill Erickson <berickxx@gmail.com>
- ===========================
- ===========================
- *** Race condition confirmed solved
- commit 9f4e78e209bda06eb673d332bd065b9b1e977e47
- Author: Bill Erickson <berickxx@gmail.com>
- Date: Wed Dec 3 12:48:12 2014 -0500
- Avoid org tree retrieval race condition on patron app
- Avoid calling egOrg.ancestors() during startup, because the org unit
- tree is not guarantee to be available until startup has completed. This
- was causing an occasional JS excpetion in the patron app pages, which
- prevented the pages from loading.
- The error in question:
- TypeError: Cannot read property 'map' of undefined
- at Object.service.get (https://host/js/ui/default/staff/services/org.js:21:25)
- at Object.service.ancestors (https://host/js/ui/default/staff/services/org.js:34:28)
- at Object.egCore.env.classLoaders.actsc (https://host/js/ui/default/staff/circ/patron/app.js:41:37)
- at https://host/js/ui/default/staff/services/env.js:77:55
- at Object.r [as forEach] (https://host/js/ui/default/staff/build/js/angular.min.js:7:290)
- at Object.service.load (https://host/js/ui/default/staff/services/env.js:76:17)
- at https://host/js/ui/default/staff/services/startup.js:64:23
- at J (https://host/js/ui/default/staff/build/js/angular.min.js:101:96)
- at https://host/js/ui/default/staff/build/js/angular.min.js:102:259
- at h.$eval (https://host/js/ui/default/staff/build/js/angular.min.js:113:32)
- Signed-off-by: Bill Erickson <berickxx@gmail.com>
- ===========================
- ===========================
- commit f2d5376bb940104f7c39ccaa7806b258d42ac4a8
- Author: Mike Rylander <mrylander@gmail.com>
- Date: Tue Nov 11 13:25:55 2014 -0500
- Fix boolean assumption
- Signed-off-by: Mike Rylander <mrylander@gmail.com>
- commit 3a443a5b2d30712708e14e3b233403874ae7eba8
- Author: Mike Rylander <mrylander@gmail.com>
- Date: Tue Nov 11 13:25:25 2014 -0500
- Sort by class, and keep columns from one class together
- Signed-off-by: Mike Rylander <mrylander@gmail.com>
- ===========================
- *** Before, grids had no way to ignore link fields and one could add them to the grid. This ended up showing a pile of JSON. Now the grid knows how to ignore fields (and we ignore current_copy on circ-ish grids).
- commit 6fe85b8276b0a22b7feb36acbd4f979fb9331d05
- Author: Mike Rylander <mrylander@gmail.com>
- Date: Thu Oct 30 10:18:07 2014 -0400
- Ignore the "current_copy" field, we already get that separately
- Signed-off-by: Mike Rylander <mrylander@gmail.com>
- commit d6da7e3b05d388ca5ec23c940a9a744df2e77530
- Author: Mike Rylander <mrylander@gmail.com>
- Date: Thu Oct 30 10:17:49 2014 -0400
- Teach autogrid how to ignore fields explicitly
- Signed-off-by: Mike Rylander <mrylander@gmail.com>
- ===========================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement