Opened 17 years ago
Closed 17 years ago
#206 closed Defect (fixed)
disabled tag in config.xml not working correctly
Reported by: | Christian Beer | Owned by: | 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 (2)
comment:1 Changed 17 years ago by
Milestone: | 5.10 → Undetermined |
---|
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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)