comparison libervia/pages/tickets/edit/page_meta.py @ 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 29eb15062416
children bed008b65d7c
comparison
equal deleted inserted replaced
1191:ba45dcdbeeaf 1192:7b05ebc46141
35 data.get(u"node", u""), 35 data.get(u"node", u""),
36 data[u"ticket_id"], 36 data[u"ticket_id"],
37 ) 37 )
38 profile = self.getProfile(request) 38 profile = self.getProfile(request)
39 39
40 # we don't ignore "author" below to keep it when a ticket is edited
41 # by node owner/admin and "consistent publisher" is activated
40 ignore = ( 42 ignore = (
41 "publisher", 43 "publisher",
42 "author",
43 "author_jid", 44 "author_jid",
44 "author_email", 45 "author_email",
45 "created", 46 "created",
46 "updated", 47 "updated",
47 "comments_uri", 48 "comments_uri",