summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/hbac.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-04-11 13:07:53 +0200
committerPetr Vobornik <pvoborni@redhat.com>2013-05-06 16:22:24 +0200
commit6a034abf953ab756c69de5ec7a838d259d229bea (patch)
treef9ba1dad9065c312ab1a2062c038076d5f1643e4 /install/ui/src/freeipa/hbac.js
parent44c103bab75a26e787d0a2d7908bed5bf398dd02 (diff)
downloadfreeipa-6a034abf953ab756c69de5ec7a838d259d229bea.tar.gz
freeipa-6a034abf953ab756c69de5ec7a838d259d229bea.tar.xz
freeipa-6a034abf953ab756c69de5ec7a838d259d229bea.zip
Rename factory to $factory in spec objects
https://fedorahosted.org/freeipa/ticket/3235
Diffstat (limited to 'install/ui/src/freeipa/hbac.js')
-rw-r--r--install/ui/src/freeipa/hbac.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/install/ui/src/freeipa/hbac.js b/install/ui/src/freeipa/hbac.js
index bff36c0c8..8cbbbe08e 100644
--- a/install/ui/src/freeipa/hbac.js
+++ b/install/ui/src/freeipa/hbac.js
@@ -64,7 +64,7 @@ IPA.hbac.rule_entity = function(spec) {
]
}).
details_facet({
- factory: IPA.hbacrule_details_facet,
+ $factory: IPA.hbacrule_details_facet,
entity: that,
command_mode: 'info',
actions: [
@@ -77,7 +77,7 @@ IPA.hbac.rule_entity = function(spec) {
state: {
evaluators: [
{
- factory: IPA.enable_state_evaluator,
+ $factory: IPA.enable_state_evaluator,
field: 'ipaenabledflag'
}
],
@@ -282,12 +282,12 @@ IPA.hbacrule_details_facet = function(spec) {
spec.widgets.push(
{
- factory: IPA.collapsible_section,
+ $factory: IPA.collapsible_section,
name: 'user',
label: '@i18n:objects.hbacrule.user',
widgets: [
{
- factory: IPA.rule_details_widget,
+ $factory: IPA.rule_details_widget,
name: 'rule',
radio_name: 'usercategory',
options: [
@@ -351,12 +351,12 @@ IPA.hbacrule_details_facet = function(spec) {
spec.widgets.push(
{
- factory: IPA.collapsible_section,
+ $factory: IPA.collapsible_section,
name: 'host',
label: '@i18n:objects.hbacrule.host',
widgets: [
{
- factory: IPA.rule_details_widget,
+ $factory: IPA.rule_details_widget,
name: 'rule',
radio_name: 'hostcategory',
options: [
@@ -424,12 +424,12 @@ IPA.hbacrule_details_facet = function(spec) {
spec.widgets.push(
{
- factory: IPA.collapsible_section,
+ $factory: IPA.collapsible_section,
name: 'service',
label: '@i18n:objects.hbacrule.service',
widgets: [
{
- factory: IPA.rule_details_widget,
+ $factory: IPA.rule_details_widget,
name: 'rule',
radio_name: 'servicecategory',
options: [