Commit 1af5ded
authored
ui: don't ignore project when listing templates (#3233)
Problem: When uploading template or iso in a project, the progress is not seen
Root Cause: When users upload a template/iso in project view, the template/iso is not visible in the all filter. This creates confusion that template/iso has not been uploaded.
Solution: Since the api listtemplates with a projectid acts is a superset of list templates without a project id, we should not ignore the project id when listing templates in all filter.1 parent ac6c84e commit 1af5ded
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1038 | 1038 | | |
1039 | 1039 | | |
1040 | 1040 | | |
1041 | | - | |
1042 | 1041 | | |
1043 | 1042 | | |
1044 | 1043 | | |
| |||
2383 | 2382 | | |
2384 | 2383 | | |
2385 | 2384 | | |
2386 | | - | |
2387 | 2385 | | |
2388 | 2386 | | |
2389 | 2387 | | |
| |||
0 commit comments