DomainInfo::list_domains UAPI Call Not working from index.html.tt
Why does the UAPI just not work :P
[% data = execute( 'DomainInfo', 'list_domains' ); %]
[% FOREACH q = data.addon_domains %]
[% q %]
[% END %]
-
Alright I found out the issue by dumping the hash: need to loop through data.data.addon_domains 0
Please sign in to leave a comment.
Comments
1 comment