AppConfiguration.js revision 83f3d09dab9251a598fdea7c9cea1a984c84d31e
/**
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2011-2013 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 = {
{
}
},
{
}
},
{
configuration: {}
},
{
remoteConfig: true,
}
},
{
]
}
},
{
routes: {
},
loader: [
{"routes":"config/routes/CommonRoutesConfig"},
{"routes":"config/routes/CommonIDMRoutesConfig"},
{"routes":"config/routes/SelfServiceRoutesConfig"},
{"routes":"config/routes/UserRoutesConfig"},
{"routes":"config/routes/IDMRoutesConfig"}
]
}
},
{
}
}
},
{
},
loader: [
{"defaultHandlers":"config/errorhandlers/CommonErrorHandlers"}
]
}
},
{
username: {
"isLink": true,
"href" : "#profile/",
"secondaryLabel" : "config.AppConfiguration.Navigation.links.viewProfile"
},
userBar: [
{
"id": "security_link",
"href": "#profile/change_security_data/",
"i18nKey": "templates.user.UserProfileTemplate.changeSecurityData"
},
{
"id": "logout_link",
"href": "#logout/",
"i18nKey": "common.form.logout"
}
],
links: {
"user" : {
"urls": {
"dashboard": {
"url": "#dashboard/",
"name": "config.AppConfiguration.Navigation.links.dashboard",
"icon": "fa fa-dashboard",
"inactive": false
},
"profile": {
"url": "#profile/",
"name": "common.user.profile",
"icon": "fa fa-user",
"inactive": false
}
}
}
}
}
},
{
forms: { // Workflow User Task to View mapping
"org.forgerock.applicationAcceptance": "org/forgerock/openidm/ui/dashboard/workflow/tasks/customview/ApplicationAcceptanceTask",
"org.forgerock.sendNotificationInit": "org/forgerock/openidm/ui/dashboard/workflow/processes/customview/SendNotificationProcess"
}
}
},
{
templateUrls: [ //preloaded templates
]
}
},
{
messages: {
},
loader: [
{"messages":"config/messages/CommonMessages"},
{"messages":"config/messages/SelfServiceMessages"},
{"messages":"config/messages/UserMessages"}
]
}
},
{
validators: { },
loader: [
{"validators":"config/validators/SelfServiceValidators"},
{"validators":"config/validators/UserValidators"},
{"validators":"config/validators/CommonValidators"}
]
}
}
],
loggerLevel: 'debug'
};
return obj;
});