https://bugzilla.wikimedia.org/show_bug.cgi?id=57055
--- Comment #2 from Matthias Mullie <[email protected]> --- moderation = hide/delete/suppress/restore We already add an entry to logging, when a post is suppressed/deleted (not sure why hiding should not log either, or what log it should be in; perhaps file another bug if you believe it should write to log too?) This is more of a code thing. We currently "only" save the moderation reason to the log (which, for hiding, currently equals not at all). We'll need to have that information available (we'll probably need to display it in some places, why ask it otherwise) in the Flow revisions table as well. The only way to get the moderation reason right now would be to query the logging table. Not only can't that be done in an effective way on a per-revision basis, it'd get even more troublesome if/once Flow is on its separate database. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
