Comment 15 for bug 2039609

Revision history for this message
Mike Rylander (mrylander) wrote :

I've addressed the combobox not actually selecting the saved default. Combobox claims to be able to set its selected entry several different ways, but the only mechanism that works (at least here) is to use ViewChild to forcibly call the selectedId input in the surrounding component's code.

I've also loosened the rules on saving a default. Specifically, you can now save "Blank Record" as your default, as otherwise you would have to go to the workstation admin screen and delete the backing setting in order to remove a template-based saved default.

Regarding the blanket charges point, the consensus here after testing is that the behavior as currently implemented is correct. Maybe we're misunderstanding, though. Could you (Bill) or others can give us a more detailed description of the problem you see?

From our testing, the ONLY time those are prefilled is when there is a direct charge on the PO, and you use the PO → Create Invoice From PO Prices function, then it prefills with the estimated amount from the PO. IOW, this is intentional and desired behavior because the user chose "create from PO" and the PO included direct charges.

Finally, we'll ng-lint at the end...

Update to the branch with brief-record fixes coming soon!