Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic tables are not displayed in adf-form when loading the task form! #10340

Open
Karek-MA opened this issue Oct 27, 2024 · 0 comments
Open

Comments

@Karek-MA
Copy link

Karek-MA commented Oct 27, 2024

Bug

Current behaviour:
I created a test process which has two steps, in the first step's form there is a dynamic table.
When starting the process the dynamic table appears normal and I can add rows, then I submit the first step and go to the second step where I have a display value to show the value of the dynamic table of the first form. and this is the problem there is no table displayed in the second form and no error in the console.

Expected behavior:
Normally as in any other components when I use the display-value component it should shows the value of the selected field. However when the field type is dynamic-table it doesn't show anything.

Steps to reproduce the issue:
Create a process with 2 steps (tasks)
In the first form add a dynamic table
in the second form use the display-value component to display the value of the dynamic table of the first form
save the model and publish the app
run the up
complete the first form
now when you get to the next step you should see the table value but it won't displayed !!

Component name and version:
adf-task-form
[taskId]="taskDetails.id">

or
<adf-form
[taskId]="taskDetails.id"> -->

Browser and version:
All browsers

Node version (for build issues):
Node 20, But I think it has nothing to do with the environments!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant