comparison libervia/pages/tickets/edit/page_meta.py @ 1195:5e67c2564779

pages (tickets/edit): "author" can be ignored again now that updating has been fixed
author Goffi <goffi@goffi.org>
date Fri, 14 Jun 2019 12:51:03 +0200
parents bed008b65d7c
children b2d067339de3
comparison
equal deleted inserted replaced
1194:bed008b65d7c 1195:5e67c2564779
40 40
41 # we don't ignore "author" below to keep it when a ticket is edited 41 # we don't ignore "author" below to keep it when a ticket is edited
42 # by node owner/admin and "consistent publisher" is activated 42 # by node owner/admin and "consistent publisher" is activated
43 ignore = ( 43 ignore = (
44 "publisher", 44 "publisher",
45 "author",
45 "author_jid", 46 "author_jid",
46 "author_email", 47 "author_email",
47 "created", 48 "created",
48 "updated", 49 "updated",
49 "comments_uri", 50 "comments_uri",