[PR #912] [MERGED] Fix servers count on server deletion #1143

Closed
opened 2026-02-25 21:37:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/912
Author: @josaphatim
Created: 2/20/2024
Status: Merged
Merged: 2/20/2024
Merged by: @kroky

Base: masterHead: countdown-for-servers


📝 Commits (1)

  • 262710e Fixed servers count not changing when deleting a server

📊 Changes

6 files changed (+20 additions, -8 deletions)

View changed files

📝 modules/core/site.js (+7 -0)
📝 modules/feeds/setup.php (+1 -1)
📝 modules/feeds/site.js (+3 -2)
📝 modules/imap/site.js (+5 -2)
📝 modules/smtp/setup.php (+1 -1)
📝 modules/smtp/site.js (+3 -2)

📄 Description

This MR fixes the total of configured smtp servers when a server is deleted. It also fixes the removal of server details when deleted. The server was still visible due to recent change from int server keys to uniqid


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/912 **Author:** [@josaphatim](https://github.com/josaphatim) **Created:** 2/20/2024 **Status:** ✅ Merged **Merged:** 2/20/2024 **Merged by:** [@kroky](https://github.com/kroky) **Base:** `master` ← **Head:** `countdown-for-servers` --- ### 📝 Commits (1) - [`262710e`](https://github.com/cypht-org/cypht/commit/262710e4c9803279de7174db5520cc51bce5e38a) Fixed servers count not changing when deleting a server ### 📊 Changes **6 files changed** (+20 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `modules/core/site.js` (+7 -0) 📝 `modules/feeds/setup.php` (+1 -1) 📝 `modules/feeds/site.js` (+3 -2) 📝 `modules/imap/site.js` (+5 -2) 📝 `modules/smtp/setup.php` (+1 -1) 📝 `modules/smtp/site.js` (+3 -2) </details> ### 📄 Description This MR fixes the total of configured smtp servers when a server is deleted. It also fixes the removal of server details when deleted. The server was still visible due to recent change from int server keys to uniqid --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:37:21 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#1143
No description provided.