[Zope-dev] Definately a bug reindex_object
Jason Spisak
444@hiretechs.com
Mon, 20 Mar 2000 13:58:44 -0500
Michel and Catalog gurus,
After further exploration I have found that this code reindex the object
<dtml-call
"propertysheets.Employee_properties.manage_editProperties(REQUEST)">
<dtml-call
"propertysheets.HourlyEmployee_properties.manage_editProperties(REQUEST)">
<dtml-call
"propertysheets.Base_properties.manage_editProperties(REQUEST)">
<dtml-call "RESPONSE.redirect('reindex_object')">
but this code does not
<dtml-call
"propertysheets.Employee_properties.manage_editProperties(REQUEST)">
<dtml-call
"propertysheets.HourlyEmployee_properties.manage_editProperties(REQUEST)">
<dtml-call
"propertysheets.Base_properties.manage_editProperties(REQUEST)">
<dtml-call reindex_object>
I'll submit it to the collector
All my best,
--
Jason Spisak
444@hiretechs.com