Re: 2 questions: unique properties + history
Nagy Gabor <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <20210226193301.4d5a51d4@Dell> |
> On Fri, Feb 26, 2021 at 12:47:07PM +0100, Nagy Gabor wrote: > > > > Thank you for reply and your sample codes. Then I will use db._db to > > access the database API, if necessary. > > You're welcome. > > > In fact, I want to write a wizard for editing issues and to mimic a > > process management system: The layout of issue.item html page should > > depend on the actual status of the issue. For example, if the > > status is "new", then I want to restrict user to set the status to > > "phase1A" or "phase1B". (And I don't want to use the "menu" method, > > a hidden status variable should be set silently by an onclick > > javascript action when the user pressed a button - and for this, I > > will need the IDs of the statuses). > > In fact as outlined before you can use the *name* instead of the *id*. > Which would probably remove your lookup-problem altogether. > > Ralf Oh, this is a very good point. :) I've tried this as it is the expected behaviour to me; but I must have messed something up (typo?), because it did not work (now it works). Thank you for the clarification, this was the (wrong) origin of my question. Gábor _______________________________________________ Roundup-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/roundup-users