Work on authParams form (#820)

This commit is contained in:
Clément Oudot 2015-07-24 13:34:29 +00:00
parent 320df22f55
commit 56372b8ba2
2 changed files with 6 additions and 5 deletions

View File

@ -3,7 +3,6 @@
* Check for eval with SAML
* userInfo && userWarn
* Manage cfgAuthor
* Display input when Multi is choosen in authentication modules
* Icon picker for application logo
* Image preview for portal skin background
@ -12,7 +11,10 @@
* We cannot restore a configuration with a cfgNumber > latest
* No log in case of bad request
* After an Apache restart, if Manager is loaded first, portal cannot be loaded
* Authentication parameters:
* No input is displayed when Multi is choosen in authentication modules
* Specific backend branch do not appear when module is choosen from authParams.html, only when choosen from the child entry
* Backends do not appear with AuthChoice and AuthMulti. See also https://jira.ow2.org/browse/LEMONLDAP-833
## Configuration management

View File

@ -2,11 +2,10 @@
<div class="panel-heading">
<h3 class="panel-title">{{translateTitle(currentNode)}}</h3>
</div>
<div class="panel-body">
<table class="table">
<table class="table table-striped">
<tbody>
<tr ng-repeat="mod in currentNode.nodes">
<th>{{translate(mod)}}</th>
<th>{{translate(mod.id)}}</th>
<td>
<select class="form-control" id="selectform" ng-model="mod.data" ng-change="currentNode.onChange()">
<option ng-repeat="item in mod.select" ng-selected="item.k==mod.data" value="{{item.k}}" trspan="{{item.v}}"></option>