cancel
Showing results for 
Search instead for 
Did you mean: 

Radio buttons values are not displayed

amruta_w
Star Collaborator
Star Collaborator

Hello All,

I have created the process with radio buttons in the first task of the form, in the next task of the form trying to display the radio button using display value but it doesn't show anything here you can see the screen shot.

Task 1 -> form 1

Task 2 -> form 2

Please anyone let me know how to resolve this.

Denys Vuika‌ Ciju JosephEugenio Romano

Thanks & Regards

Amruta Wandakar

1 ACCEPTED ANSWER

ADF 3.6.0 will have this issue fixed

View answer in original post

6 REPLIES 6

eugenio_romano
Elite Collaborator
Elite Collaborator

Hi, which version of ADF are you using? cna you rpovide yoru Form?

I'm using ADF 2.0.0, I have checked even in latest version of ADF demo-shell faced same problem.

Hi Eugenio,

    I was also facing the same issue i found the root cause of the issue. I tried to reproduce the same issue in ADF 3 demoshell and i was able to reproduce the issue.

Root cause is  when the following api tries to load the task form

http://localhost:8080/activiti-app/api/enterprise/task-forms/

the json returns options field null.

Since we are iterating the options value to construct radio buttons in the radio-buttons.widget.html

https://github.com/Alfresco/alfresco-ng2-components/blob/development/lib/core/form/components/widget...

hence unable to render the radio buttons while using display value.

Denys VuikaEugenio RomanoBassam Al-SaroriRaphael Allegre

Do you think this is a bug in Alfresco APS API or is it a desired functionality.

ADF 3.6.0 will have this issue fixed

eugenio_romano
Elite Collaborator
Elite Collaborator

It looks like a bug yes thanks for investigating it.Not sure is an API wanted behavior but for sure can be fixed in te Front end

mbentaleb
Champ in-the-making
Champ in-the-making

Hi,

This is a front-end bug. An issue has already been raised and we'll try to fix it as soon as possible.

Thank you for your contribution.