mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[PR #409] [MERGED] Add form to update token of the saved search #809
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#809
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/409
Author: @yvesdaxmaz
Created: 6/23/2020
Status: ✅ Merged
Merged: 9/16/2020
Merged by: @jasonmunro
Base:
master← Head:update_saved_search_label📝 Commits (8)
95045beadd edit saved search icon36f9c0cadd edit saved search label formf065fcdattach click event listener on search_label_update button0357162add ajax_update_save_search_label request handler0d9a3b4define update_save_search_label Handler class9895677hide the update_search_label_field after updated saved search labelcc859eaadd old saved search label in form as disabled input fielde2421barename jnyeyoonipzbdpjs request handler to ajax_save_search📊 Changes
7 files changed (+145 additions, -9 deletions)
View changed files
📝
lib/output.php(+2 -0)📝
modules/core/message_list_functions.php(+45 -0)📝
modules/core/site.css(+5 -4)📝
modules/saved_searches/modules.php(+45 -1)📝
modules/saved_searches/setup.php(+18 -3)📝
modules/saved_searches/site.css(+3 -1)📝
modules/saved_searches/site.js(+27 -0)📄 Description
Pullrequest
After performing a search we are able to save the search term in cypht for later usage. The token used to reference the saved search is based on the search term. I made update which provide to user a form where they can provide a custom name to represent that saved search.
Issues
Checklist
How2Test
Todo
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.