Bug Report: Reactive Component Attribute (language) Not Updating Main Title and Abstract Language in Dataset #5
Labels
No Label
bug
duplicate
enhancement
H
help wanted
invalid
L
M
question
wontfix
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: geolba/tethys.backend#5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issue Description:
The reactive Vue3 component attribute, specifically language, currently exhibits unexpected behavior. While changes to this attribute successfully update the underlying language attribute of the form dataset, they fail to propagate to the main title and abstract language of the dataset. This behavior is inconsistent with the expected functionality, and the issue needs to be addressed to ensure proper synchronization.
Steps to Reproduce:
Expected Behavior:
Updating the reactive language attribute should automatically propagate changes to the underlying main title and abstract language of the dataset.
Actual Behavior:
Changes to the reactive language attribute only affect the language attribute in the form dataset, leaving the main title and abstract language unaffected.
Relevant Code Snippet:
Additional Information:
Environment:
Vue3
@porfra @brutho :
The reported bug has been resolved. Changes to the reactive language attribute will now correctly propagate to both the underlying main title and abstract language of the dataset. The update ensures consistency in the synchronization of the language attribute across different parts of the dataset.
If you encounter any further issues or have additional feedback, please feel free to keep open the issue. Otherwise close it.
Thank you for your patience and collaboration!