Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing dependent fields get function #80

Merged
merged 7 commits into from
Oct 16, 2023
Merged

Fixing dependent fields get function #80

merged 7 commits into from
Oct 16, 2023

Conversation

Shwetabhk
Copy link
Contributor

No description provided.

@Shwetabhk Shwetabhk temporarily deployed to CI Environment October 16, 2023 10:25 — with GitHub Actions Inactive
@@ -18,9 +18,13 @@ def __init__(self, version, role):
super().__init__(version, role, ExpenseFields.EXPENSE_FIELDS)


def get_dependent_expense_field_values(self):
def get_dependent_expense_field_values(self, expense_field_id, parent_expense_field_id):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add type

@Shwetabhk Shwetabhk temporarily deployed to CI Environment October 16, 2023 10:43 — with GitHub Actions Inactive
@Shwetabhk Shwetabhk temporarily deployed to CI Environment October 16, 2023 11:56 — with GitHub Actions Inactive
@Shwetabhk Shwetabhk temporarily deployed to CI Environment October 16, 2023 12:03 — with GitHub Actions Inactive


class DependentFieldValues(ListResources, ListAllResources, PostResources, GetResources):
"""Class for Expense Fields APIs."""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependent Expense Fields APIs."""

@@ -25,6 +26,7 @@
employees = Employees(version, role)
projects = Projects(version, role)
expense_fields = ExpenseFields(version, role)
dependent_field_values = DependentExpenseFieldValues(version, role)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dependent_expense_field_values

@Shwetabhk Shwetabhk temporarily deployed to CI Environment October 16, 2023 12:04 — with GitHub Actions Inactive
@Shwetabhk Shwetabhk temporarily deployed to CI Environment October 16, 2023 12:07 — with GitHub Actions Inactive
@Shwetabhk Shwetabhk temporarily deployed to CI Environment October 16, 2023 12:08 — with GitHub Actions Inactive
@Shwetabhk Shwetabhk merged commit 2ab88bf into main Oct 16, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants