Unverified Commit e244ac2a authored by John Malconian's avatar John Malconian Committed by GitHub

Merge pull request #76 from folio-org/folio-2018-ui-tenant-settings-master

FOLIO-2018 replace ui-organization with ui-tenant-settings on master
parents ea3804ba 403eb02d
# FOLIO complete platform
Copyright (C) 2015-2018 The Open Library Foundation
Copyright (C) 2015-2019 The Open Library Foundation
This software is distributed under the terms of the Apache License,
Version 2.0. See the file "[LICENSE](LICENSE)" for more information.
......
......@@ -50,7 +50,7 @@
"id" : "folio_circulation-1.7.0",
"action" : "enable"
}, {
"id" : "mod-source-record-storage-2.3.0",
"id" : "mod-source-record-storage-2.3.1",
"action" : "enable"
}, {
"id" : "mod-inventory-11.4.0",
......@@ -118,15 +118,6 @@
}, {
"id" : "folio_orders-1.4.0",
"action" : "enable"
}, {
"id" : "mod-authtoken-2.1.0",
"action" : "enable"
}, {
"id" : "mod-login-saml-1.2.1",
"action" : "enable"
}, {
"id" : "folio_organization-2.8.1",
"action" : "enable"
}, {
"id" : "folio_organizations-1.1.0",
"action" : "enable"
......@@ -172,6 +163,9 @@
}, {
"id" : "mod-password-validator-1.2.0",
"action" : "enable"
}, {
"id" : "mod-authtoken-2.1.0",
"action" : "enable"
}, {
"id" : "mod-users-bl-4.4.0",
"action" : "enable"
......@@ -187,6 +181,12 @@
}, {
"id" : "folio_tags-1.3.2",
"action" : "enable"
}, {
"id" : "mod-login-saml-1.2.1",
"action" : "enable"
}, {
"id" : "folio_tenant-settings-2.9.0",
"action" : "enable"
}, {
"id" : "mod-feesfines-15.3.1",
"action" : "enable"
......
......@@ -48,7 +48,7 @@
"action": "enable"
},
{
"id": "mod-source-record-storage-2.3.0",
"id": "mod-source-record-storage-2.3.1",
"action": "enable"
},
{
......@@ -99,14 +99,6 @@
"id": "mod-orders-5.0.0",
"action": "enable"
},
{
"id": "mod-authtoken-2.1.0",
"action": "enable"
},
{
"id": "mod-login-saml-1.2.1",
"action": "enable"
},
{
"id": "mod-codex-mux-2.5.0",
"action": "enable"
......@@ -123,6 +115,10 @@
"id": "mod-password-validator-1.2.0",
"action": "enable"
},
{
"id": "mod-authtoken-2.1.0",
"action": "enable"
},
{
"id": "mod-users-bl-4.4.0",
"action": "enable"
......@@ -131,6 +127,10 @@
"id": "mod-tags-0.3.0",
"action": "enable"
},
{
"id": "mod-login-saml-1.2.1",
"action": "enable"
},
{
"id": "mod-feesfines-15.3.1",
"action": "enable"
......
......@@ -10,7 +10,7 @@
"local": "f=stripes.config.js; test -f $f.local && f=$f.local; echo Using config $f; stripes serve $f",
"test": "echo 'No unit tests implemented'",
"test-int": "stripes test nightmare stripes.config.js",
"test-regression": "stripes test nightmare stripes.config.js --run WD/platform-core/checkout/users/inventory/requests/circulation/organization",
"test-regression": "stripes test nightmare stripes.config.js --run WD/platform-core/checkout/users/inventory/requests/circulation/tenant-settings",
"lint": "eslint test/ui-testing"
},
"dependencies": {
......@@ -30,7 +30,6 @@
"@folio/notes": "1.0.0",
"@folio/orders": "1.4.0",
"@folio/organizations": "1.1.0",
"@folio/organization": "2.8.1",
"@folio/plugin-create-item": "1.0.0",
"@folio/plugin-find-agreement": "2.1.1",
"@folio/plugin-find-contact": "1.0.0",
......@@ -44,6 +43,7 @@
"@folio/stripes": "2.6.1",
"@folio/stripes-erm-components": "1.3.4",
"@folio/tags": "1.3.2",
"@folio/tenant-settings": "2.9.0",
"@folio/users": "2.22.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
......
......@@ -59,10 +59,6 @@
"id": "folio_orders-1.4.0",
"action": "enable"
},
{
"id": "folio_organization-2.8.1",
"action": "enable"
},
{
"id": "folio_organizations-1.1.0",
"action": "enable"
......@@ -119,6 +115,10 @@
"id": "folio_tags-1.3.2",
"action": "enable"
},
{
"id": "folio_tenant-settings-2.9.0",
"action": "enable"
},
{
"id": "folio_users-2.22.0",
"action": "enable"
......
......@@ -22,7 +22,6 @@ module.exports = {
'@folio/notes' : {},
'@folio/orders': {},
'@folio/organizations' : {},
'@folio/organization' : {},
'@folio/plugin-create-item': {},
'@folio/plugin-find-agreement': {},
'@folio/plugin-find-contact': {},
......@@ -35,6 +34,7 @@ module.exports = {
'@folio/servicepoints' : {},
'@folio/stripes-erm-components': {},
'@folio/tags': {},
'@folio/tenant-settings' : {},
'@folio/users' : {}
},
branding: {
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment