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

dev to main #1842

Merged
merged 3 commits into from
Jun 18, 2024
Merged

dev to main #1842

merged 3 commits into from
Jun 18, 2024

Conversation

sumitbhanushali
Copy link
Collaborator

No description provided.

Comment on lines +137 to +138
"HD Ticket": ["name", "subject", "description", "agent_group", "modified", "creation",],
"HD Article": ["name", "category", "title", "content", "modified", "creation", "author", "category.category_name as category"],

Choose a reason for hiding this comment

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

[black-format] reported by reviewdog 🐶

Suggested change
"HD Ticket": ["name", "subject", "description", "agent_group", "modified", "creation",],
"HD Article": ["name", "category", "title", "content", "modified", "creation", "author", "category.category_name as category"],
"HD Ticket": [
"name",
"subject",
"description",
"agent_group",
"modified",
"creation",
],
"HD Article": [
"name",
"category",
"title",
"content",
"modified",
"creation",
"author",
"category.category_name as category",
],

Comment on lines 190 to 193
for d in frappe.db.get_all(
"HD Ticket",
fields=[
"name",
"subject",
"description",
"agent_group",
"modified",
"creation",
],
doctype,
fields=self.DOCTYPE_FIELDS[doctype]
):

Choose a reason for hiding this comment

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

[black-format] reported by reviewdog 🐶

Suggested change
for d in frappe.db.get_all(
"HD Ticket",
fields=[
"name",
"subject",
"description",
"agent_group",
"modified",
"creation",
],
doctype,
fields=self.DOCTYPE_FIELDS[doctype]
):
for d in frappe.db.get_all(doctype, fields=self.DOCTYPE_FIELDS[doctype]):

@sumitbhanushali sumitbhanushali merged commit 4dcffae into main Jun 18, 2024
4 of 6 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

1 participant