n0v1c3 / vira

Create and update your Jira issues while inside Vim!
MIT License
94 stars 12 forks source link

VIRA-253: ViraFilterVersions `H`idden mapping broken #53

Open n0v1c3 opened 3 years ago

n0v1c3 commented 3 years ago

As a developer I have broken the H key mapping while changing the OoO for https://github.com/n0v1c3/vira/issues/45 the if statment used to determine when they should be displayed will need to be adjusted. At least that is where it will begin.

if fixed != total or total == 0 or not int(self.versions_hide) == 1: line 855 in python/Vira/vira_api.py

chinwobble commented 3 years ago

what is OoO?

n0v1c3 commented 3 years ago

Sorry "Out of Order" or "Order of Operations".

n0v1c3 commented 3 years ago

My first glance at it told me that we used to expect the entire array to be there and now we need to run a "new" equation for each time the JQL runs.

n0v1c3 commented 3 years ago

Moved to VIRA-253 as a goal now.