Wrong "iid of max iid" in issuable sidebar for some merged MRs
The "iid of max iid" in issuable sidebar doesn't scope merged MR (my bad):
In issuables_helper.rb
:
def issuable_state_scope(issuable)
issuable.open? ? :opened : :closed
end
Example in !3011 (merged):