I noticed that it doesn't matter if you specify that the summary and description should have different update types (eg --guess-summary=no, --guess-description=yes), both fields will always be set to auto (or whatever --guess-fields is set to). I found that this is due to the fact that --guess-fields always overrides these values even if --guess-fields isn't even set. This seems to be due to line 119 in post.py, which sets --guess-fields to auto if no other type is given by the user. Commenting out line 119 in post.py fixes this issue and everything works as described on the rbtools post documentation. <https://www.reviewboard.org/docs/rbtools/dev/rbt/commands/post/#auto-setting-summary-and-description>
Has anyone else noticed this issue and are there any plans to implement a fix for this? Thanks. -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
