Fixes issue
32906: Cannot process an inventory amount update
The "name" field length in m_inventory table was increased to 100 to avoid errors when records are created or updated if the user is logged in with Spanish (Spain) language and translations have more than 60 characters.
fixed
33515: NPE in AQB with associated entities if entity has computed columns
When AdvancedQueryBuilder was used with the joinAssociatedEntities property set
to true and the queried entity included computed columns, a NPE was trhown.
Fixed by treating computed column property as an special case forcing always
a left join for it.
Fixes Issue
33320: Performance problems in Create Lines From process
Problem was with loading invoices and orders in the respective combos.
Changed both queries to improve the performance.
Fixes issue
33319: Performance problems in Create Shipments from Orders process
Problem was with use of view m_inout_candidate_v in the query.
Fix implements the data fetching logic in query itself.
Fixed issue
33478: Implicit filters were not working fine on updated instances
When a grid configuration was done in one instance and after that the instance was updated, the implicit filters were not working fine. The blue popup expressing that a filter is applied appeared but there was no filter applied.
The problem was in the isFilterClauseApplied function of ob-grid.js. There only was taking into account boolean values. Now, it takes into account any value.
fixes issue
33263: Implement Client Side Event Handler Extensions