Time Sheet (Worker) Portal no longer shows the "Quick Add" link on the tasksIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> 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 Additional Information More information regarding the Time Sheet Portal