<% local view = ... %>

Fetch ACF updates

Click on the tab update to fetch/update all available projects.

The 'sandbox' project is not automatically fetched/checked out!
But if you have manually checked it out, you will get a update on it by pressing the update tab.

Available projects

<%= view.projects %>
<% if (view.updates) then %>

Summary

<% for i = 1, table.maxn(view["updates"]["cmdresult"]) do %> <% if (view["updates"]["cmdresult"][i]["updates"] ~= "") then %>

<%= view["updates"]["cmdresult"][i]["name"] %>

<%= view["updates"]["cmdresult"][i]["updates"] %>
<% end %> <% end %>

-- End of updates --

<% end %>