Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mdt-bpmn2.dev] Re: Changing resolve proxies to false for FlowNode incoming and outgoing

There are still CRLF end of line characters checked in. 

I will commit my changes that will override the eol characters for the model sources. Since I added the .gitattributes file, any recent checkins now use LF, so this should be the last time.

Thanks,

Antoine

On Fri, Jul 23, 2010 at 15:27, Antoine Toulme <antoine@xxxxxxxxxxxxxxx> wrote:
Flow nodes seem to be setting the wrong ids for incoming and outgoing references. It currently uses a IDREF like so : virtual.bpmn2#my_id.

Instead it should be using the ID string only. I changed resolving proxies to false for those two references. I'll commit my changes now.

Thanks,

Antoine


Back to the top