LP#1689608: Minor fixes
authorKathy Lussier <klussier@masslnc.org>
Fri, 21 Jul 2017 16:33:03 +0000 (12:33 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 28 Aug 2017 14:35:29 +0000 (10:35 -0400)
Fixe a typo in the seed data:
TEXT not NEXT

Also, add the user bucket service to karma test so that our tests are happy.

Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/sql/Pg/090.schema.action.sql
Open-ILS/web/js/ui/default/staff/test/karma.conf.js

index 806814d..2d598df 100644 (file)
@@ -811,7 +811,7 @@ CREATE TRIGGER action_hold_request_aging_tgr
 
 CREATE TABLE action.fieldset_group (
     id              SERIAL  PRIMARY KEY,
-    name            NEXT        NOT NULL,
+    name            TEXT        NOT NULL,
     create_time     TIMESTAMPTZ NOT NULL DEFAULT NOW(),
     complete_time   TIMESTAMPTZ,
     container       INT,        -- Points to a container of some type ...
index 049f677..a5e9d26 100644 (file)
@@ -46,6 +46,7 @@ module.exports = function(config){
       'services/op_change.js',
       'services/patron_search.js',
       'services/navbar.js', 'services/date.js',
+      'services/user-bucket.js',
       // load app scripts
       'app.js',
       'circ/**/*.js',