Ticket #206 (closed Defect: fixed)

Opened 1 year ago

Last modified 1 year ago

disabled tag in config.xml not working correctly

Reported by: ChristianB Assigned to: davea
Priority: Minor Milestone: Undetermined
Component: Server - Documentation Version:
Keywords: config.xml, disabled Cc:

Description

<disabled>1</disabled> works as expected. The task/daemon is disabled. <disabled>0</disabled> works not as expected. The task/daemon remains disabled.

Shouldn't <disabled/> also work for the first case? At my tests it didn't.

Change History

06/02/07 06:01:52 changed by romw

  • milestone changed from 5.10 to Undetermined.

06/02/07 20:47:29 changed by davea

  • status changed from new to closed.
  • resolution set to fixed.

I checked in a fix so that <disabled>0</disabled> works right. I can't get <disabled/> to work (python XML parser doesn't seem to distinguish between this and no tag at all)


If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.