mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-26 05:26:00 +03:00
[PR #1471] [CLOSED] fix(frontend): only check sieve block lists if sieve module is enabled #1539
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#1539
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/1471
Author: @indridieinarsson
Created: 3/13/2025
Status: ❌ Closed
Base:
master← Head:pr_fix_sieve📝 Commits (1)
054dd3aOnly check sieve block lists if sieve module is enabled📊 Changes
1 file changed (+3 additions, -1 deletions)
View changed files
📝
modules/core/js_modules/route_handlers.js(+3 -1)📄 Description
🍰 Pullrequest
Javascript code is calling
ajax_list_block_sieveon page load (on combined_inbox at least), even if I don't have sievefilters module enabled. This causes an error in the backend ('not callable'), since the sieve stuff isn't available. This in turn gives rise to an error message on the web gui, each time the site is reloaded.This PR makes sure this isn't called unless the module is enabled.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.