stats4sd / aec_portfolio

A proof of concept for the AEC Consortium Project Management / Assessment System
GNU General Public License v3.0
0 stars 0 forks source link

FIX: Get help text only once for initiative cards #216

Closed dave-mills closed 1 year ago

dave-mills commented 1 year ago

The issue: On the initiative list page, the new help-text items were sending ajax requests to retrieve the correct text from the database. But it was causing 2 ajax requests per initiative card, all retrieving the same data.

This PR is a quick hack to manually retrieve those HelpTextEntry items as part of the initial page load, and pass them down into the Vue components, thus avoiding the un-needed ajax requests.