mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[PR #2480] [MERGED] Account detail page #2572
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#2572
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/modoboa/modoboa/pull/2480
Author: @tonioo
Created: 3/31/2022
Status: ✅ Merged
Merged: 3/31/2022
Merged by: @tonioo
Base:
master← Head:feature/account_detail📝 Commits (2)
72fc96aAccount detail pageebd44afAdded unit tests.📊 Changes
13 files changed (+347 additions, -7 deletions)
View changed files
➕
frontend/src/components/identities/AccountAliases.vue(+20 -0)📝
frontend/src/components/identities/AccountForm.vue(+26 -0)➕
frontend/src/components/identities/AccountResources.vue(+39 -0)➕
frontend/src/components/identities/AccountResourcesForm.vue(+37 -0)➕
frontend/src/components/identities/AccountSummary.vue(+43 -0)➕
frontend/src/components/identities/DomainAdminDomains.vue(+20 -0)📝
frontend/src/components/identities/IdentityList.vue(+11 -1)📝
frontend/src/router/index.js(+9 -0)➕
frontend/src/views/identities/Account.vue(+60 -0)📝
modoboa/admin/api/v1/serializers.py(+2 -1)📝
modoboa/admin/api/v2/serializers.py(+52 -1)📝
modoboa/admin/api/v2/tests.py(+21 -0)📝
modoboa/admin/api/v2/viewsets.py(+7 -4)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.