[Setools] [ANN] Gjallar release "Saerimner" 0.2

Balázs Kósi rebmekop at gmail.com
Thu Sep 7 17:14:22 UTC 2006


Hi Göran!

Thanks for the release!

We percieve a small bug, possible rooting in the seaside version update.
The symptom is  that, the graph rendered by the Q2CaseWorkflow do not updates
when the case changes stage.
We suspect that a change in the WADocumentHandler>>mimeDocument is
maybe responsible for it. It was like:

mimeDocument
	useCache ifTrue: [
			^mimeDocument ifNil: [mimeDocument _ document asMIMEDocument ]]
		ifFalse: [
			^mimeDocument _ document asMIMEDocument ]

Changed to:

^ mimeDocument ifNil: [mimeDocument _ document asMIMEDocumentType: mimeType ]

More questions are on the way.

Thanks: balazs


More information about the Setools mailing list