Bonita 7 - UI Designer bug with business object composition?

1
0
-1

Hi all, with great excitement I downloaded and installed Bonita 7 today and I created three business object: applicant, application, interview. An appliant has multiple application which have multiple interviews. When I create this as a contract and open the UI designer it generates a nice form but in the preview mode as well as when running the application I can only create applications for the applicant. The buttons generated to create interviews for an application don't work.

Any idea?

Thanks

1 answer

1
+2
-1
This one is the BEST answer!

Hi nmazloum. First, thanks for downloading BonitaBPM 7. About your issue, it looks like that the generated form put an invalid "Collection"property value on the second add (the one adding interviews) If I properly reproduce your issue you should have something like : formInput.applicantApplicant.applications.interviews But the correct value here should be : $item.interviews as we are in a repeated container.

I will fill a bug to fix this asap. Thanks for using BonitaBPM.

Romain

Comments

Submitted by nmazloum on Fri, 06/19/2015 - 15:22

Romain, thank you. After changing this manually it worked.

Notifications