ProjectAlita / projectalita.github.io

Langing
GNU Affero General Public License v3.0
1 stars 1 forks source link

[BUG] 'String Content' Checkbox Unselected After Save in Specific Scenario #493

Open epamLDadayan opened 1 month ago

epamLDadayan commented 1 month ago

Description: When configuring settings in the Search tab of a datasource, the 'String content' checkbox becomes unselected after saving changes. This issue occurs even though the checkbox was selected before saving.

Steps to Reproduce:

  1. Create a datasource.
  2. Create and set up a dataset.
  3. Navigate to the Search tab.
  4. Click on the Settings icon.
  5. Configure any available setting (Initial Lookup Result (1 – 50), Pages Per Document (1 – 30), or Expected Search Results (1 – 40)) and select the 'String content' checkbox.
  6. Save the changes.
  7. Verify the results.

Actual Result: The 'String content' checkbox is unselected after saving the changes.

Expected Result: The 'String content' checkbox should remain selected and be used as configured.

Notes:

HawkQing1 commented 1 month ago

@epamLDadayan After investigation, I found that this is a BE issue, FE sends the string content flag to BE, but BE does not send it back. So, I will change the label from FE to BE

epamLDadayan commented 1 month ago

@Aspect13 please assign it to BE team.

HawkQing1 commented 1 week ago

@epamLDadayan I've tested it and it's been fixed. Please verify it.