lemans-dashboard-user-manager

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
APPDEV-8252: fixing permission

APPDEV-8254: domain user create form flex gaps added

APPDEV-8254: domain user details show permissions bottom margin added

APPDEV-8254: domain user details add role row converted to flex

APPDEV-8254: eliminate third column and refresh permissions on role change on user details page

Merge branch 'SD-11012' into sprint-28

SD-11012: moved the add new component out of the table

    • -9
    • +5
    /components/RoleList/RoleList.helpers.tsx
    • -12
    • +7
    /components/UserList/UserList.helpers.tsx
Merge remote-tracking branch 'origin/sprint-28' into SD-11012

Merge branch 'APPDEV-8252' into sprint-28

APPDEV-8254: Fix user details error

Merge branch 'APPDEV-8252' into sprint-28

APPDEV-8252: added role user and role permission modal windows and corresponding actions

    • -4
    • +5
    /components/RoleList/RoleList.helpers.tsx
    • -1
    • +1
    /components/RoleList/RoleList.styles.less
    • -0
    • +30
    /components/RoleList/RoleListModal/RoleListModal.types.ts
    • -0
    • +1
    /components/RoleList/RoleListModal/index.ts
APPDEV-8252: implemented role list table, inline edit fields, add new role row, actions

    • -5
    • +5
    /components/RoleList/RoleList.docs.tsx
    • -0
    • +117
    /components/RoleList/RoleList.helpers.tsx
    • -0
    • +15
    /components/RoleList/RoleList.styles.less
    • -4
    • +19
    /components/RoleList/RoleList.test.tsx
    • -3
    • +17
    /components/RoleList/RoleList.types.ts
Merge remote-tracking branch 'origin/sprint-28' into APPDEV-8252

Merge branch 'APPDEV-8254' into sprint-28

APPDEV-8254: Finish user details page

APPDEV-8276: Create domain user create form

    • -0
    • +1
    /components/DomainUserCreateForm/index.ts
    • -15
    • +24
    /components/UserList/UserList.helpers.tsx
Merge branch 'SD-10500' into sprint-28

SD-10500: permission list page with user and role modals

Merge branch 'SD-10500' into sprint-28

SD-10500: implemented assigned users and roles modal window, implemented unassign permission from role;

Merge branch 'SD-10500' into sprint-28

SD-10500: implemented inline edits, add new permission and delete permission functionalities

    • -0
    • +96
    /components/PermissionList/PermissionList.helpers.tsx
APPDEV-8254: Create domain user permissions list

    • -0
    • +1
    /components/DomainUserPermissionList/index.ts
APPDEV-8254: Create domain user details component

    • -0
    • +1
    /components/DomainUserDetails/index.ts
    • -0
    • +23
    /components/DomainUserList/DomainUserList.component.tsx
    • -0
    • +27
    /components/DomainUserList/DomainUserList.container.ts
    • -0
    • +1
    /components/DomainUserList/index.ts
  1. … 10 more files in changeset.
APPDEV-8254: Create DomainRole Select component

    • -0
    • +25
    /components/DomainRoleSelect/DomainRoleSelect.component.tsx
    • -0
    • +1
    /components/DomainRoleSelect/index.ts
APPDEV-8254: Create account details component

    • -7
    • +4
    /components/UserList/UserList.helpers.tsx
Auto stash before rebase of "APPDEV-8253"

    • -0
    • +11
    /Config/Config.demo.ts
    • -0
    • +17
    /components/AccountDetails/AccountDetails.component.tsx
    • -0
    • +27
    /components/AccountDetails/AccountDetails.container.ts
    • -0
    • +1
    /components/AccountDetails/index.ts
Merge branch 'sprint-28' into SD-10500

Merge branch 'APPDEV-8253' into sprint-28