Skip to content

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
- enable 'Edit Details' button functionality in user dashboard
- enable 'Add User' button functionality in users dashboard
- enable 'Change password' button functionality in user homepage
  • Loading branch information
rmiccoli committed Jul 12, 2022
1 parent 7d7f1f6 commit 8eac9c3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ <h3 class="modal-title">Edit '{{$ctrl.oUser.name.formatted}}' account details</h
</div>

<div class="modal-body">
<operationresult />

<div class="form-group">
<label class="control-label col-sm-2" for="name">Name</label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ <h3 class="modal-title">User creation form</h3>
</div>

<div class="modal-body">
<operationresult />

<div class="form-group">
<label class="control-label col-sm-2" for="name">Name</label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ <h3 class="modal-title">Change password</h3>
</div>

<div class="modal-body">
<operationresult />

<div class="form-group">
<div class="col-sm-3">
Expand Down

0 comments on commit 8eac9c3

Please sign in to comment.