Commit d5fce3f6 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Merge branch '6152-add-subscription-screen' into '1.4-dev'

Resolve "Add subscription screen"

See merge request fusiondirectory/fd!895
Showing with 4 additions and 0 deletions
+4 -0
......@@ -216,6 +216,10 @@ class subscriptionInfo extends simplePlugin
foreach (array_keys(static::$subscriptionAttributes) as $attr) {
$this->attributesAccess[$attr]->setValue($this->attributesAccess[$attr]->getInitialValue());
}
} else {
/* The object will stay open so it needs to appear as loaded from LDAP */
$this->is_account = TRUE;
$this->initially_was_account = TRUE;
}
}
}
......
Supports Markdown
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