Issue
Symptoms
All task cards in the Time Sheet (Worker) Portal no longer show the "Quick Add" link as they have in prior versions to London.
Release
London
Cause
By design of the platform that the "Quick Add" link for the task cards no longer show.
Resolution
Though it's by design that this link no longer shows up in London customers can still get the functionality back by doing the following:
1) Navigate to the "Time Card Portal - Task Selector" widget (clone the widget if needed)
2) On the Body HTML template field, on the line where it says:
<button type="button" ng-if="::(data.canCreateTimecards && !card.hideQuickAdd)" class="btn btn-link link-button quick-links" ng-class="{'pull-right':card.hideAddToTimesheet}" ng-click="quickAdd($event, card, card.sys_id)" style="display:none !important;">${Quick Add}</button>
3) Remove the "style="display:none !important;" and save the change
4) This should now make the Quick add link visible again on the task cards on the portal