Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #55021 Back to Issue ]
Summary 0055021: Error with computed image column
Revision 2024-04-24 14:04 by gonzalo_fernandez
Steps To Reproduce 1- Create a computed column in c_orderline to see the product image. Example:

(select m_product.ad_image_id
from m_product
where m_product.m_product_id = M_product_ID)

Use it creating a field for the Sales Order window and opening it (you would see the error).
Revision 2024-04-24 14:04 by gonzalo_fernandez
Description If I create a computed image column, an error is generated. When a modification is performed, the RemoveImagesEventHandler event is triggered and it tries to recover a property that does not exist in the database, returning an error.

The problem is that the ModelProvider is uploading all the ADImage properties without taking into account whether they are computed or not.
Revision 2024-04-24 13:38 by gonzalo_fernandez
Steps To Reproduce 1- Create a computed in c_orderline to see the product image
Example:
(select m_product.ad_image_id
from m_product
where m_product.m_product_id = M_product_ID)

And use it - you can see the error
Revision 2024-04-24 13:38 by gonzalo_fernandez
Description If I create a computed field of image type, an error is generated when a modification is launched, the RemoveImagesEventHandler event is triggered and it tries to recover a property that does not exist in the database and returns an error.

The problem is that the ModelProvider is uploading all the ADImage properties without taking into account whether they are computed.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker