-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR (search) - Missing argument filter #341
Comments
ikedas
added a commit
to ikedas/sympa
that referenced
this issue
Jun 15, 2018
Hi Soji,
It works perfectly.
Thanks a lot.
Le 15/06/2018 à 03:58, IKEDA Soji a
écrit :
Hi @emauger,
If possible, could you please apply this path to check
if problem will be solved?
Thanks.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
{"@context":"http://schema.org","@type":"EmailMessage","potentialAction":{"@type":"ViewAction","target":"https://github.com/sympa-community/sympa/issues/341#issuecomment-397490926","url":"https://github.com/sympa-community/sympa/issues/341#issuecomment-397490926","name":"View Issue"},"description":"View this Issue on GitHub","publisher":{"@type":"Organization","name":"GitHub","url":"https://github.com"}}
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/sympa-community/sympa","title":"sympa-community/sympa","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/sympa-community/sympa"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ikedas in #341: Hi @emauger,\r\n\r\nIf possible, could you please apply [this path](https://patch-diff.githubusercontent.com/raw/sympa-community/sympa/pull/343.patch) to check if problem will be solved?\r\n\r\nThanks.\r\n"}],"action":{"name":"View Issue","url":"#341 (comment)"}}}
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [sympa-community/sympa] ERROR (search) - Missing argument filter (#341)",
"sections": [
{
"text": "",
"activityTitle": "**IKEDA Soji**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@ikedas",
"facts": [
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"sympa-community/sympa\",\n\"issueId\": 341,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"sympa-community/sympa\",\n\"issueId\": 341\n}"
},
{
"targets": [
{
"os": "default",
"uri": "#341 (comment)"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 345456601\n}"
}
],
"themeColor": "26292E"
}
…--
Eric Mauger | IGF UMR5203
Administrateur systeme et reseau | 141, rue de la Cardonille
04 34 35 92 37 | 34094 Montpellier cedex 5
|
ikedas
added a commit
that referenced
this issue
Jun 15, 2018
GH #341: "filter" parameter for "search" action was omitted.
@emauger, thanks for confirming! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I use version 6.2.32 on linux (CentOS 7).
I always have the message 'ERROR (search) - Missing argument filter' on all my lists when:
When I click on Update, I always have the error message.
If I don't search and browse the list of subscribers and then click directly on the user, I don't have the message.
In the logs, I have:
info main::check_action_parameters() [robot igf.cnrs.fr] [session 39436082885231] [client 10.7.8.6] [user administrator@igf.cnrs.fr] [list info] Missing parameter "filter"
err main::#1558 [robot igf.cnrs.fr] [session 39436082885231] [client 10.7.8.6] [user administrator@igf.cnrs.fr] Missing required parameters for action "search"
Any idea ?
The text was updated successfully, but these errors were encountered: