Closed FlorianJacta closed 1 month ago
I could reproduce this
I guess we're missing an event ? @jrobinAV @trgiangdo ?
Hello @FredLL-Avaiga @FlorianJacta, This is working fine on taipy 3.1.1. We didn't change what is published during the submission. Can you check again?
@trgiangdo do you think it's a regression then ?
Return from is_readable, is_editable and is_promotable has changed from boolean to ReasonCollection
This has not been fixed or the error reappeared recently.
For me, this problem happens almost every time, but sometimes, the submit button will behave like it is supposed to.
What went wrong? 🤔
When using a data node viewer and scenario viewer, editing the data node will lock the scenario and finishing the edition should unblock the possibility to submit the scenario.
However, the "Submit" button is still grey and inactive even it the edition has been done. Refreshing the scenario or the page will re-activate the button.
This happens everytime editing an input data node.
Expected Behavior
Finishing the edition should reactivate the button automatically if the scenario can be submitted without the need to refresh the scenario or the page.
Steps to Reproduce Issue
Run this code, choose a scenario, notice that the scenario could be submitted, and edit the data to 2. The button becomes grey and is inactive.
Version of Taipy
develop and 4.0.0.dev0
Acceptance Criteria
Code of Conduct