problem
Clicking on View Templates from Account Details as Root Admin does not filter correctly by Domain/Account.

Expecting to only see 2 templates:

versions
4.19.1.3 & 4.20.0.0
GUI
KVM
The steps to reproduce the bug
- Logged in as Root Admin click on Accounts
- Choose an account with the type DomainAdmin that is in a Sub-Domain (Note: this Sub-Domain should have its own templates)
- Click on the View Templates Button
- Observe the returned results are not for just that account. There is no filtering done.
...
What to do about it?
It appears that templatefilter is a required field for ListTemplates. If I add &templatefilter=self to my URL, the filtering then works correctly.

problem
Clicking on
View Templatesfrom Account Details as Root Admin does not filter correctly by Domain/Account.Expecting to only see 2 templates:

versions
4.19.1.3 & 4.20.0.0
GUI
KVM
The steps to reproduce the bug
...
What to do about it?
It appears that
templatefilteris a required field for ListTemplates. If I add&templatefilter=selfto my URL, the filtering then works correctly.