two little thing
You need to be logged in to post messages in the forums. New users may register here.
|
Jean-Luc Chassaing
Member since: 09 January 2008
Posts: 6
|
Wednesday 17 November 2010 2:13:50 pm
Hy,
Well just two simple issues :
1 / in the publish method, when you're dealing with the attributes, you check if the fromString method exists in the datatype declaration class. The problem is that all datatype classes extend the ezDataType class witch implements the fromString method who does nothing. So if the specific datatype class doesn't have it's own fromString method, the attribute won't be set !
2/ A documentation for the publish options would be helpful.
that's all, beside does little problems, the extension is really useful.
|
|
|
Jérôme Vieilledent
Member since: 09 January 2008
Posts: 98
|
Monday 29 November 2010 4:24:59 pm
Thanks Jean-Luc for your report !
1/ Fixed in trunk, rev 33
2/ Fixed in trunk, rev 34
|
|
You need to be logged in to post messages in the forums. New users may register here.