Bug 36612: (QA follow-up) Add 'source' to public_read_list
This patch adds the required 'source' field to the public_read_list for
tickets.
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit a464e20091
)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
d6cf0250a9
commit
64ebafd69b
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ sub public_read_list {
|
|||
return [
|
||||
'ticket_id', 'title', 'body',
|
||||
'reporter_id', 'reported_date', 'resolved_date',
|
||||
'biblio_id'
|
||||
'biblio_id', 'source'
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue