Skip to content

Commit

Permalink
#1840 - Fixed UI issue with User Exporter to allow removal of all pro…
Browse files Browse the repository at this point in the history
…perties. (#1849)
  • Loading branch information
davidjgonzalez authored and badvision committed Apr 23, 2019
1 parent 9858d49 commit b8e348d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com)
- #1800 - Make sure all pending changes are committed in Fast Action Manager when saveInterval isn't 1
- #1805 - Fixing the unit tests of the Variant class that may fail on unusual OS locale settings
- #1833 - Fixes issue with ACS AEM Commons utility report page's header bar not rendering properly.
- #1840 - Fixed UI issue with User Exporter to allow removal of all properties.

## [4.0.0] - 2019-02-20

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
placeholder="profile/customProp"
ng-model="customProperty.relPropertyPath"/></td>
<td class="coral-Table-cell acs-table-cell-action">
<i ng-show="form.customProperties.length > 1"
<i ng-show="form.customProperties.length > 0"
ng-click="form.customProperties.splice($index, 1)"
class="coral-Icon coral-Icon--minusCircle"></i>
</td>
Expand Down

0 comments on commit b8e348d

Please sign in to comment.