Re: Status Map / GS with custom remember
types
from
Rob Miller
on Feb 25, 2008 03:08 PM
darian schramm wrote:
> hello all,
>
> I have a custom remember based type based loosely on sampleremember. In the
> GS profile I've added the membrane_tool.xml file with the contents:
>
> <?xml version="1.0"?>
> <object name="membrane_tool" meta_type="MembraneTool">
> <membrane-type name="<Custom Type>">
> <active-workflow-state name="public" />
> <active-workflow-state name="private" />
> </membrane-type>
> </object>
do you really have "<Custom Type>" in there? if so, you should replace that
with the actual type name, which would seem to be ZbUser based on the
traceback below.
if it is indeed ZbUser that you've got in there, then let us know and i'll dig
a little more deeply.
-r