# HG changeset patch # User Goffi # Date 1560323529 -7200 # Node ID 7b05ebc46141021e7b65426d88bd4fe428a70bf6 # Parent ba45dcdbeeaf85d22a256d94e5e721b50cde2102 pages (tickets/edit): don't ignore "author" anymore, to keep it when owner/admin modify a ticket diff -r ba45dcdbeeaf -r 7b05ebc46141 libervia/pages/tickets/edit/page_meta.py --- a/libervia/pages/tickets/edit/page_meta.py Mon May 27 21:10:44 2019 +0200 +++ b/libervia/pages/tickets/edit/page_meta.py Wed Jun 12 09:12:09 2019 +0200 @@ -37,9 +37,10 @@ ) profile = self.getProfile(request) + # we don't ignore "author" below to keep it when a ticket is edited + # by node owner/admin and "consistent publisher" is activated ignore = ( "publisher", - "author", "author_jid", "author_email", "created",