[Zope] zshell query

Jerome Alet alet@unice.fr
Mon, 11 Jun 2001 15:37:25 +0200 (MET DST)


On Mon, 11 Jun 2001, Jean Jordaan wrote:

> Just now I've been using Zshell (for which, many many thanks) to 
> copy up a bunch of properties from a parent to a contained object.
> Unfortunately, the properties were generated by the dtml Calendar
> tag, and they contain slashes, eg: '2001/06/08'. This doesn't
> work with addprop:
> 
>   addprop 2001/06/08/string ProjectCalendar
> 
> Why not just make the seperator a space, and make the 1st parameter
> the Property name, the 2nd type, and the rest the object IDs?
> 
>   addprop 2001/06/08 string ProjectCalendar

You mean your property's name is "2001/06/08" ?

I never thought this was possible.

Be sure I'll do something to solve this problem in the next version.

I'll probably do something like adding command line options like:

	--name n --type t --value v

to more ressemble the other commands.

bye, and thanks for the report.

Jerome Alet