Module:Article history/config: Difference between revisions

Content deleted Content added
pass the article history object through when using Row:getData
fix backwards logic in maindate isActive
Line 640:
local args = articleHistoryObj.args
local status = articleHistoryObj:getStatusId()
return not args.maindate andor status ~== 'FA' andor status ~== 'FL'
end,
makeData = function (articleHistoryObj)