Discussion:
[Freeipa-devel] [freeipa PR#554][opened] webui: fixes normalization of value in attributes widget
pvoborni
2017-03-08 13:41:13 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/554
Author: pvoborni
Title: #554: webui: fixes normalization of value in attributes widget
Action: opened

PR body:
"""
Fix is in checkboxes widget but the only affected one is attributes widget.

Reproduction:
1. Add permission with attribute with uppercase character
$ ipa permission-add aa_test --type=stageuser --attrs=businessCategory --right=read
2. Check if it is correctly displayed in Web UI

Actual result:
- businesscategory is not checked
Expected result:
- businesscategory is checked
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/554/head:pr554
git checkout pr554
pvomacka
2017-03-08 14:25:33 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/554
Title: #554: webui: fixes normalization of value in attributes widget

Label: +ack
dkupka
2017-03-08 14:41:46 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/554
Title: #554: webui: fixes normalization of value in attributes widget

dkupka commented:
"""
master:

* 56a2642af0a29328df4defef138b9fa65624335a webui: fixes normalization of value in attributes widget
"""

See the full comment at https://github.com/freeipa/freeipa/pull/554#issuecomment-285058484
dkupka
2017-03-08 14:41:48 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/554
Author: pvoborni
Title: #554: webui: fixes normalization of value in attributes widget
Action: closed

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/554/head:pr554
git checkout pr554
dkupka
2017-03-08 14:41:45 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/554
Title: #554: webui: fixes normalization of value in attributes widget

Label: +pushed

Loading...