scottsignal opened a new issue, #10391: URL: https://github.com/apache/cloudstack/issues/10391
### 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 1. Logged in as Root Admin click on Accounts 2. Choose an account with the type DomainAdmin that is in a Sub-Domain (Note: this Sub-Domain should have its own templates) 3. Click on the View Templates Button 4. 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
