Radio buttons values are not displayed

cancel
Showing results for 
Search instead for 
Did you mean: 
amruta_w
Senior Member

Radio buttons values are not displayed

Jump to solution

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 Solution

Accepted Solutions
eugenio_romano
Alfresco Employee

Re: Radio buttons values are not displayed

Jump to solution

ADF 3.6.0 will have this issue fixed

View solution in original post

6 Replies
eugenio_romano
Alfresco Employee

Re: Radio buttons values are not displayed

Jump to solution

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

amruta_w
Senior Member

Re: Radio buttons values are not displayed

Jump to solution

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

mdtabrezmca
Established Member II

Re: Radio buttons values are not displayed

Jump to solution

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.

eugenio_romano
Alfresco Employee

Re: Radio buttons values are not displayed

Jump to solution

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
Member II

Re: Radio buttons values are not displayed

Jump to solution

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.

eugenio_romano
Alfresco Employee

Re: Radio buttons values are not displayed

Jump to solution

ADF 3.6.0 will have this issue fixed