-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Setup up version for migrating from old permissions style to groups * Update accounts that match on migrate and add down method * Add shop manager as part of default groups on start and add to migration file * Show no dropdown if shop has only one group * If account with no name, use first part of email as name * Switch logger to debug * add sort to display higher permission groups at the top * Setup searching for and creating custom group and setting users to custom * Add back initial setup from previous commits - inviteOwner method, mail template * fix failing test * Add form to call invite user form marketplace settings dashgs * Set invited user as owner of new shop and set preferences * Fix typo, and set default option * Add comments to document flow of migration * Prevent error on user without roles field in tests * Change info logs to debug * Add comment * make dropdown more groups aware; and init owner swap * wip * Resolve lint import error * Fix error in createShop; and update publication to limit to shop * Merge seun-fix-passwordoverlay-comp-2605 into seun-invite-owner-2186 * Updating sortable for pre-passed data * wip * Convert comp to react; and use registerComponent * Use correct Id on shopcreate * Fix Reset password link and overlays broken (#2612) * Fix missing component errors and component name reference * Fix missing component imports and references * Return use Component. for core comp * Change componenent ref in resetPassword * Update Match check to prevent error in cart after password reset * Add todo comment on the check on cart/merge * Update to only comment and fix test * Alert before swap owner; Add i18n and event update * Add load on long method calls * Move loader to HOC * Update to loader * Separating marketplace owner change from shop owner change * Remove log error * Separate warning for Marketplace change * Show dropdown options based on owner perm * Update comment * Set correct shopId when user updates password for the first time * Check if addressBook exist before using * Make shopIdAutoValueForCart separate from shopIdAutoValue
- Loading branch information
1 parent
31adcf1
commit b99eebc
Showing
13 changed files
with
217 additions
and
56 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
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
Oops, something went wrong.