SetCurrentPRD sets the current PRD name for highlighting.
(name string)
| 311 | |
| 312 | // SetCurrentPRD sets the current PRD name for highlighting. |
| 313 | func (p *PRDPicker) SetCurrentPRD(name string) { |
| 314 | p.currentPRD = name |
| 315 | } |
| 316 | |
| 317 | // CanMerge returns true if the selected entry is a completed PRD with a branch set. |
| 318 | func (p *PRDPicker) CanMerge() bool { |