Skip to content

Commit

Permalink
Merge pull request RedHatQE#151 from emesika/fix-issue-150
Browse files Browse the repository at this point in the history
fix-issue-150
  • Loading branch information
leelavg authored Sep 29, 2023
2 parents e98eef1 + eeeae8d commit 7ed0f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pylero/work_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,7 @@ def get_custom_fields(cls, project_id):
if cft.required:
cls._required_fields.append(local_name)
cls._got_custom_fields = True
return None
return cls._all_custom_fields, cls._required_fields

@classmethod
def query(
Expand Down

0 comments on commit 7ed0f90

Please sign in to comment.