-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: rename qbd model names (#926)
* refactor: rename qbd model names * refactor: move qbd shared components to the appropriate folders
- Loading branch information
1 parent
4b0d588
commit f0d202d
Showing
41 changed files
with
129 additions
and
130 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
src/app/core/models/intacct/intacct-configuration/advanced-settings.model.ts
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
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
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
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
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
2 changes: 1 addition & 1 deletion
2
...onboarding/qbd-onboarding-advanced-setting/qbd-onboarding-advanced-setting.component.html
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<app-onboarding-stepper [currentStep]="'Advanced'"></app-onboarding-stepper> | ||
<app-qbd-onboarding-stepper [currentStep]="'Advanced'"></app-qbd-onboarding-stepper> | ||
<app-qbd-advanced-setting></app-qbd-advanced-setting> |
2 changes: 1 addition & 1 deletion
2
...qbd-onboarding/qbd-onboarding-export-setting/qbd-onboarding-export-setting.component.html
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<app-onboarding-stepper [currentStep]="'Export Settings'"></app-onboarding-stepper> | ||
<app-qbd-onboarding-stepper [currentStep]="'Export Settings'"></app-qbd-onboarding-stepper> | ||
<app-qbd-export-setting></app-qbd-export-setting> |
2 changes: 1 addition & 1 deletion
2
...d/qbd-onboarding/qbd-onboarding-field-setting/qbd-onboarding-field-setting.component.html
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<app-onboarding-stepper [currentStep]="'Field Mapping'"></app-onboarding-stepper> | ||
<app-qbd-onboarding-stepper [currentStep]="'Field Mapping'"></app-qbd-onboarding-stepper> | ||
<app-qbd-field-mapping></app-qbd-field-mapping> |
Oops, something went wrong.