Sadly...it;s there already. ArchGenXML was kind enough to generate it for me (see below). I am assuming the extra wf state would not throw it out of kilter.
BTW, I'm on plone 3.1.7, Remember 1.0 (egg). Any other suggestions how I might track this down? <?xml version="1.0"?> <object name="membrane_tool" meta_type="MembraneTool"> <membrane-type name="MemberSability"> <active-workflow-state name="private"/> <active-workflow-state name="public"/> <active-workflow-state name="active"/> </membrane-type> <!-- ##code-section INDEXMAP --> <!-- ##/code-section INDEXMAP --> ----- "Rob Miller" wrote: > From: "Rob Miller" <[EMAIL PROTECTED]> > To: [email protected] > Sent: Monday, November 24, 2008 6:58:37 PM GMT -05:00 US/Canada Eastern > Subject: Re: [Remember Mailing List] What determines vaules in the Defualt > Member Type dropdown > > Scott Brown wrote: > > I have created a new member type with ArgoUML. The product installed > > successfully, however my Member Type dies not show up under the Default > > Member Type in the Remember Settings under Site Setup. > > > > Do I need to explicitly declare a Marker Interface for IReMember? How > > is the detemination made that a Type should be listed under that dropdown? > > > > I have been thru the browser code for remember, but can't seem to > > decipher the correct settings. > > you need to register your type as a membrane type with the membrane_tool. you > can do this by adding a membrane_tool.xml file to your product's GenericSetup > profile, containing something like this: > > <?xml version="1.0"?> > <object name="membrane_tool" meta_type="MembraneTool"> > <membrane-type name="YourMemberType"> > <active-workflow-state name="public" /> > <active-workflow-state name="private" /> > </membrane-type> > </object> > > > then reinstall the product. > > -r > > > -- > Archive: > http://www.openplans.org/projects/remember/lists/remember/archive/2008/11/1227571119698 > > To unsubscribe send an email with subject "unsubscribe" to [EMAIL PROTECTED] > Please contact [EMAIL PROTECTED] for questions. > >
