AppConfiguration.js revision 59b7f31ebe662679656fe56e43ea6c6930978d73
/**
* 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": "Dashboard"
},
"users": {
"url": "#users/",
"name": "Users"
},
"groups": {
"url": "#groups/",
"name": "Groups"
},
"tasksMenu": {
"baseUrl": "#tasks/",
"name": "Tasks",
"urls": {
"tasksDashboard": {
"name": "Dashboard"
},
"allTasks": {
"name": "Candidate tasks"
},
"myTasks": {
"name": "My tasks"
}
}
}
}
},
"user" : {
"urls": {
"dashboard": {
"url": "#/",
"name": "Dashboard"
},
"apps": {
"baseUrl": "#applications/",
"url": "#applications/all/",
"name": "Applications",
"urls": {
"allApps": {
"url": "#applications/all/",
"name": "All applications"
},
"addMore": {
"url": "#applications/addmore/",
"name": "Add more apps"
}
}
},
"groups": {
"url": "#groups/",
"name": "Groups"
}
}
}
}
}
},
{
"1": "images/notifications/pending.png",
"2": "images/notifications/group_added.png",
"3": "images/notifications/approved.png",
"4": "images/notifications/removed.png"
}
}
},
{
forms: { // Workflow User Task to View mapping
}
}
},
{
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;
});