AppConfiguration.js revision 006579fc6d904d79ff1065cc8aa5c244a00f41ab
/**
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2011-2012 ForgeRock AS. All rights reserved.
*
* The contents of this file are subject to the terms
* of the Common Development and Distribution License
* (the License). You may not use this file except in
* compliance with the License.
*
* You can obtain a copy of the License at
* See the License for the specific language governing
* permission and limitations under the License.
*
* When distributing Covered Code, include this CDDL
* Header Notice in each file and include the License file
* If applicable, add the following below the CDDL Header,
* with the fields enclosed by brackets [] replaced by
* your own identifying information:
* "Portions Copyrighted [year] [name of copyright owner]"
*/
/*global define*/
/**
* @author yaromin
*/
define("config/AppConfiguration", [
], function(constants, eventManager) {
var obj = {
{
}
},
{
remoteConfig: true
}
},
{
]
}
},
{
routes: {
},
loader: [
{"routes":"config/routes/CommonRoutesConfig"},
{"routes":"config/routes/AdminRoutesConfig"},
{"routes":"config/routes/UserRoutesConfig"}
]
}
},
{
}
}
},
{
},
loader: [
{"defaultHandlers":"config/errorhandlers/CommonErrorHandlers"}
]
}
},
{
links: {
"admin" : {
"role": "admin",
"urls": {
"dashboard": {
"url": "#/",
"name": "config.AppConfiguration.Navigation.links.dashboard"
},
"users": {
"url": "#users/",
"name": "config.AppConfiguration.Navigation.links.users"
}
}
},
"openidm-admin" : {
"role": "openidm-admin",
"urls": {
"dashboard": {
"url": "#/",
"name": "config.AppConfiguration.Navigation.links.dashboard"
},
"users": {
"url": "#users/",
"name": "config.AppConfiguration.Navigation.links.users"
}
}
},
"user" : {
"urls": {
"dashboard": {
"url": "#/",
"name": "config.AppConfiguration.Navigation.links.dashboard"
}
}
}
}
}
},
{
forms: { // Workflow User Task to View mapping
"org.forgerock.applicationAcceptance": "org/forgerock/openidm/ui/admin/workflow/tasks/customview/ApplicationAcceptanceTask",
"org.forgerock.sendNotificationInit": "org/forgerock/openidm/ui/admin/workflow/processes/customview/SendNotificationProcess"
}
}
},
{
templateUrls: [ //preloaded templates
]
}
},
{
messages: {
},
loader: [
{"messages":"config/messages/AdminMessages"},
{"messages":"config/messages/UserMessages"}
]
}
},
{
validators: {
},
loader: [
{"validators":"config/validators/AdminValidators"},
{"validators":"config/validators/UserValidators"},
{"validators":"config/validators/CommonValidators"}
]
}
}
],
loggerLevel: 'debug'
};
return obj;
});