Hello, I tried to add some properties to a LocalFS object with the following code but it didn't work (no properties set), but no error message, too. <dtml-call "rafiles[new_id].manage_addProperty('description', desc, 'string')"> now when I try the management interface and go to the properties tab I can add a new property which also doesn't show up afterwards. I am using Zope 2.3.0 again. Is this a problem with LocalFS and Zope 2.3 or a normal limitation to LocalFS? thanks Oliver
now when I try the management interface and go to the properties tab I can add a new property which also doesn't show up afterwards. I am using Zope 2.3.0 again. Is this a problem with LocalFS and Zope 2.3 or a normal limitation to LocalFS?
That's a normal limitation. Properties of local files and local directories are not persistent. That is not likely to change anytime soon. Perhaps the UI could be more clear, but I am just reusing the interfaces for ZODB objects. --jfarr
participants (2)
-
Jonothan Farr -
Oliver Frommel