mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 21:15:56 +03:00
[PR #800] [MERGED] Fixed adding one server multiple times [Only nux module] #1054
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#1054
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/cypht-org/cypht/pull/800
Author: @josaphatim
Created: 10/20/2023
Status: ✅ Merged
Merged: 10/23/2023
Merged by: @kroky
Base:
master← Head:fixed-nux-issues-and-add-postale-migadu-sieve📝 Commits (1)
be6706cFixed adding one server multiple times [Only nux module]📊 Changes
2 files changed (+14 additions, -2 deletions)
View changed files
📝
modules/imap/handler_modules.php(+1 -1)📝
modules/nux/modules.php(+13 -1)📄 Description
There was a bug on nux module as no check was done when adding server. One server could be added many times contrarily to adding server from iMAP or SMTP sections. With this merge request now if IMAP server is already added an error is returned and process is stop but if a smtp server is already added we don't add it again.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.