Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Arturo Jasso Origel
/
helpdesk
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8bccf309
authored
Apr 11, 2023
by
Arturo Jasso Origel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corrección de error en list_ids se cambio el valor vacio
parent
77be0a84
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
sh_all_in_one_helpdesk/views/ticket_dashboard_templates.xml
+4
-2
No files found.
sh_all_in_one_helpdesk/views/ticket_dashboard_templates.xml
View file @
8bccf309
...
...
@@ -13,7 +13,7 @@
<t
t-foreach=
"dict_all.keys()"
t-as=
"value"
>
<t
t-set=
"all_ids"
t-value=
"dict_all[value]"
/>
<div
class=
"col-lg-3 col-md-4 col-sm-12"
>
<a
class=
"sh_title_click_all custom"
href=
"#"
t-att-data-res_ids=
"all_ids"
>
<a
class=
"sh_title_click_all custom"
href=
"#"
t-att-data-res_ids=
"all_ids
or []
"
>
<div
class=
"card card_1 custom-card"
href=
"#"
>
<div
class=
"sh-card-body dash1 badge-info"
style=
"background-color: #445ee9;"
>
<div
class=
"media"
>
...
...
@@ -35,7 +35,7 @@
</t>
<t
t-if=
"data_dict"
>
<t
t-foreach=
"data_dict.keys()"
t-as=
"value"
>
<t
t-set=
"
"
t-value=
"data_dict[value][0][0]"
/>
<t
t-set=
"
list_ids
"
t-value=
"data_dict[value][0][0]"
/>
<t
t-set=
"error"
t-value=
"data_dict[value][0][1]"
/>
<div
class=
"col-lg-3 col-md-4 col-sm-12"
>
<a
class=
"sh_tile_click custom"
href=
"#"
t-att-data-res_ids=
"list_ids or []"
>
...
...
@@ -46,7 +46,9 @@
<i
class=
"fa fa-clock-o fs-20 text-white align-self-center mr-3"
></i>
<div
style=
"display: inline-block;color: white;"
>
<h3
class=
"mt-0"
style=
"color:white;"
>
<t
t-esc=
"len(list_ids)"
/>
</h3>
<p>
<span
t-esc=
"value"
style=
"color:white;"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment