-
Type:
Bug
-
Status: Closed
-
Resolution: Inactive
-
Affects Version/s: 6.1.X EE
-
Fix Version/s: None
-
Component/s: Portal Services, Portal Services > Expando
-
Labels:None
-
Fix Priority:2
-
Git Pull Request:
ExpandoColumn is updated to database always, even if it was not modified
Steps to reproduce
- Activate hibernate sql log adding hibernate.show_sql=true
- Create a new custom field for Layout
- Add some value to new custom field at any existing page
- Check that some sql are executed to expandoValue table
- Edit and save properties of Layout again without doing any changes to custom field:
- Wrong behavior: unnecessary sql selects are executed to ExpandoValue
- Expected behavior: no unnecessary sql selects are executed to ExpandoValue
- Wrong behavior: unnecessary sql selects are executed to ExpandoValue
- is related to
-
LPS-30227 Expando should keep track of when value was last changed
-
- Closed
-