-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI-3174: Create voicemail box optionally on user creation (#91)
* Add checkbox to create vmbox on user creation form * Use waterfall flow for user creation * Extract user create api call to new function * Create vmbox only if requested * Rename view data property to create vmbox * Fix waterfall callbacks for user creation flow * Add translations * Refactor code and remove vmbox from callflow * Do not show VMBox row field if there is none for user * Do not create VMBox at usersSmartUpdateVMBox, if user has none * Add gittatributes to use default line ending behavior * Apply suggestions according to code review * Code refactor according to review
- Loading branch information
1 parent
46c29dd
commit 4de21b7
Showing
5 changed files
with
297 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Set the default behavior, in case people don't have core.autocrlf set | ||
* text=auto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.