Skip to content

Commit

Permalink
fix on Zammad Service Catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
phenobarbital committed Jan 5, 2024
1 parent a562612 commit b8601ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions navigator/actions/zammad.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ async def update(self, ticket: int):
"title": title,
"group": group,
"customer": customer,
"catalog": service_catalog,
"service_catalog": service_catalog,
"article": article
}
try:
Expand Down Expand Up @@ -142,7 +142,7 @@ async def create(self):
"title": title,
"group": group,
"customer": customer,
"catalog": service_catalog,
"service_catalog": service_catalog,
"article": article
}
try:
Expand Down
2 changes: 1 addition & 1 deletion navigator/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__description__ = (
"Navigator Web Framework based on aiohttp, " "with batteries included."
)
__version__ = "2.8.5"
__version__ = "2.8.6"
__author__ = "Jesus Lara"
__author_email__ = "jesuslarag@gmail.com"
__license__ = "BSD"

0 comments on commit b8601ca

Please sign in to comment.