Expand my Community achievements bar.

SOLVED

Viewing Task Approval Option

Avatar

Former Community Member

Hi all,

 

I have a user who who is missing the Approval option with a task. Her Layout Template set in her User Profile should allow her to view it, she's the owner of the project and has a Plan licence.

 

The image below shows my view on the left and hers on the right. I'm a Sys admin.

 

Can anyone think why this could be missing please? Thanks

MattWindsor_0-1693990537456.png

 

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

Hi all,

 

In case anyone stumbles across this; Adobe support looked into it and found through testing they had to remove the Approval option from the Layout Template and then re-add it. That solved the issue. So a glitch more than than a setting.

View solution in original post

4 Replies

Avatar

Community Advisor

I would double check the layout template. Even if the system restricted the users ability to create approvals they typically still see the tab in the left panel. 

 

KellieGardner_0-1694188771871.png

 




Avatar

Correct answer by
Former Community Member

Hi all,

 

In case anyone stumbles across this; Adobe support looked into it and found through testing they had to remove the Approval option from the Layout Template and then re-add it. That solved the issue. So a glitch more than than a setting.

Avatar

Community Advisor

Good to know. I've come across quite a few issues lately with layout template glitches. 




Avatar

Former Community Member

Hi Kellie, thanks for taking the time to reply to my original question. 

The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----