Needed to add a custom attribute for Time ranges (rather than date) so I extended the AttributeDate definition. This worked great except that now I can see in the mysql logs the sql fro the insert and everything looks fine but whene I do a manual select in the database, the data isnt there.
Is there something I missed in the attributedef.class? What do I need to fix?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Needed to add a custom attribute for Time ranges (rather than date) so I extended the AttributeDate definition. This worked great except that now I can see in the mysql logs the sql fro the insert and everything looks fine but whene I do a manual select in the database, the data isnt there.
Is there something I missed in the attributedef.class? What do I need to fix?