Re: Some questions about file handling + some other things
"John P. Rouillard" <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Nagy: Had one additional thought In message <[email protected]>, "John P. Rouillard" writes: >In message <20210319221008.2249f6a1@Dell>, >Nagy Gabor writes: >>5. The other thing I was interested in is journaling: As I see, the the >>journaling of String() property changes cannot be disabled. (In my db >>there is a "memo" for issues, which always increasing, but I did not >>want to use a FileClass for this, and the history looks ugly. But the >>history needs rewriting, anyway. ;) > >By memo do you mean > > memo = String() > >in the index class? If that is what you mean, yeah there is no way to >disable journaling for the string. This is true, but you can use: memo=String(quiet=True) to prevent the memo property from showing up when you retreive the journal. It also has the side effect of removing the update message for the property from the web interface and nosy emails, which you may not want. But I thought it was worth mentioning. Docs are in customizing.txt/html and design.txt/html. -- -- rouilj John Rouillard =========================================================================== My employers don't acknowledge my existence much less my opinions.