Bugzilla – Attachment 121428 Details for
Bug 28461
Specify only one tag per route
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28461: Fix SMTP servers and extended attributes
Bug-28461-Fix-SMTP-servers-and-extended-attributes.patch (text/plain), 3.35 KB, created by
Tomás Cohen Arazi (tcohen)
on 2021-05-26 12:51:03 UTC
(
hide
)
Description:
Bug 28461: Fix SMTP servers and extended attributes
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-05-26 12:51:03 UTC
Size:
3.35 KB
patch
obsolete
>From 491e1531f85c4c492f170208c6fbb4aa221fe335 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 26 May 2021 09:48:06 -0300 >Subject: [PATCH] Bug 28461: Fix SMTP servers and extended attributes > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > api/v1/swagger/paths/config_smtp_servers.json | 15 +++++---------- > .../paths/patrons_extended_attributes.json | 15 +++++---------- > 2 files changed, 10 insertions(+), 20 deletions(-) > >diff --git a/api/v1/swagger/paths/config_smtp_servers.json b/api/v1/swagger/paths/config_smtp_servers.json >index a087883603..6fad941e74 100644 >--- a/api/v1/swagger/paths/config_smtp_servers.json >+++ b/api/v1/swagger/paths/config_smtp_servers.json >@@ -4,8 +4,7 @@ > "x-mojo-to": "Config::SMTP::Servers#list", > "operationId": "listSMTPServers", > "tags": [ >- "config", >- "smtp" >+ "SMTP servers" > ], > "produces": [ > "application/json" >@@ -72,8 +71,7 @@ > "x-mojo-to": "Config::SMTP::Servers#add", > "operationId": "addSMTPServer", > "tags": [ >- "config", >- "smtp" >+ "SMTP servers" > ], > "parameters": [ > { >@@ -139,8 +137,7 @@ > "x-mojo-to": "Config::SMTP::Servers#get", > "operationId": "getSMTPServer", > "tags": [ >- "config", >- "smtp" >+ "SMTP servers" > ], > "parameters": [ > { >@@ -192,8 +189,7 @@ > "x-mojo-to": "Config::SMTP::Servers#update", > "operationId": "updateSMTPServer", > "tags": [ >- "config", >- "smtp" >+ "SMTP servers" > ], > "parameters": [ > { >@@ -260,8 +256,7 @@ > "x-mojo-to": "Config::SMTP::Servers#delete", > "operationId": "deleteSMTPServer", > "tags": [ >- "config", >- "smtp" >+ "SMTP servers" > ], > "parameters": [ > { >diff --git a/api/v1/swagger/paths/patrons_extended_attributes.json b/api/v1/swagger/paths/patrons_extended_attributes.json >index d8af0f3b4b..f81a3c881c 100644 >--- a/api/v1/swagger/paths/patrons_extended_attributes.json >+++ b/api/v1/swagger/paths/patrons_extended_attributes.json >@@ -4,8 +4,7 @@ > "x-mojo-to": "Patrons::Attributes#list_patron_attributes", > "operationId": "getPatronAttributes", > "tags": [ >- "patrons", >- "extended_attributes" >+ "patrons" > ], > "parameters": [ > { >@@ -87,8 +86,7 @@ > "x-mojo-to": "Patrons::Attributes#add", > "operationId": "addPatronAttribute", > "tags": [ >- "patrons", >- "extended_attributes" >+ "patrons" > ], > "parameters": [ > { >@@ -167,8 +165,7 @@ > "x-mojo-to": "Patrons::Attributes#overwrite", > "operationId": "overwritePatronAttributes", > "tags": [ >- "patrons", >- "extended_attributes" >+ "patrons" > ], > "parameters": [ > { >@@ -255,8 +252,7 @@ > "x-mojo-to": "Patrons::Attributes#update", > "operationId": "updatePatronAttribute", > "tags": [ >- "patrons", >- "extended_attributes" >+ "patrons" > ], > "parameters": [ > { >@@ -349,8 +345,7 @@ > "x-mojo-to": "Patrons::Attributes#delete", > "operationId": "deletePatronAttribute", > "tags": [ >- "patrons", >- "extended_attributes" >+ "patrons" > ], > "parameters": [ > { >-- >2.31.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 28461
:
121426
|
121427
| 121428 |
121430
|
121431