changeset 1192:7b05ebc46141

pages (tickets/edit): don't ignore "author" anymore, to keep it when owner/admin modify a ticket
author Goffi <goffi@goffi.org>
date Wed, 12 Jun 2019 09:12:09 +0200
parents ba45dcdbeeaf
children aee3d8fa679f
files libervia/pages/tickets/edit/page_meta.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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",