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

[Bug] Evaluated value is not updating for the list widget #3900

Closed
YogeshJayaseelan opened this issue Apr 7, 2021 · 0 comments
Closed

[Bug] Evaluated value is not updating for the list widget #3900

YogeshJayaseelan opened this issue Apr 7, 2021 · 0 comments
Assignees
Labels
Bug Something isn't working Good First Issue Good for newcomers Low An issue that is neither critical nor breaks a user flow Needs Triaging Needs attention from maintainers to triage Release

Comments

@YogeshJayaseelan
Copy link
Contributor

YogeshJayaseelan commented Apr 7, 2021

Evaluated value is not updated for the list widget

Expected Result:
Evaluated value should be displayed whatever the value is submitted inside array list

Actual Result:
Evaluated value is displayed as 'undefined'

Steps to reproduce the behaviour:

  1. Launch Appsmith app in the Deploy Environment
  2. Drag and Drop List widget
  3. Click edit of the Text1 or Text2 or Image1
  4. click on the Text or image value field and check for the evaluated value field

Video Link:
LOOM DEMO

Important Details

  • Version: [14.0.3 (16610.4.3.1.7]
  • OS: [macOS Big Sur 11.2.3]
  • Browser [safari]
@YogeshJayaseelan YogeshJayaseelan added Bug Something isn't working Low An issue that is neither critical nor breaks a user flow Release Needs Triaging Needs attention from maintainers to triage labels Apr 7, 2021
@Pranay105 Pranay105 added the Good First Issue Good for newcomers label Sep 22, 2021
rajatagrawal pushed a commit that referenced this issue Apr 17, 2024
## Description
When a module instance is executed; under the hood the public entity of
the module is triggered and the evaluation is only aware of the entity
and not the instance. So whenever an error is raised, the error logs
contain the info around the underlying entity and not the module
instance. To bridge that gap; a helper transformer function is
introduced that would transform the entities to the right format if it
belongs to a module instance.

Fixes #31813

## Automation

/ok-to-test tags="@tag.All"

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!IMPORTANT]  
> Workflow run:
<https://github.com/appsmithorg/appsmith-ee/actions/runs/8627876403>
> Commit: `7e760125d2c9135130706ea70d8f7f403fc4201a`
> Cypress dashboard url: <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=8627876403&attempt=2"
target="_blank">Click here!</a>
> All cypress tests have passed 🎉🎉🎉

<!-- end of auto-generated comment: Cypress test results  -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Good First Issue Good for newcomers Low An issue that is neither critical nor breaks a user flow Needs Triaging Needs attention from maintainers to triage Release
Projects
None yet
Development

No branches or pull requests

5 participants