Project:
View Revisions: Issue #54266 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0054266: Issue Ticket option not working in Orders window | ||
Revision | 2024-01-08 13:33 by adrianromero | ||
Description | A regression has been introduced in orders window. When trying to issue a ticket, the button is disabled. It is because there is nothing in UI.selectedRemoteTicket and the action OBPOS2_IssueTicket needs to be performed with a ticket as parameter. It only works if the checkbox for that line is selected. Besides that, it never removes the selected item, so if you un-select the checkbox it keeps the selected item, so the issue can be done. It looks like the cause could be here: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/15cfc3dbfbb889e124d0fbc278dc7fa4101ef0cc?view=parallel#e31b5f642d718b2e46924658feb98bd52dc8e79b_164_157 [^] As a workaround clicking the checkbox activates the order line, and also loading the order allows to issue the order. |
||
Revision | 2024-01-08 13:30 by adrianromero | ||
Description | A regression has been introduced in orders window. When trying to issue a ticket, the button is disabled. It is because there is nothing in UI.selectedRemoteTicket and the action OBPOS2_IssueTicket needs to be performed with a ticket as parameter. It only works if the checkbox for that line is selected. Besides that, it never removes the selected item, so if you un-select the checkbox it keeps the selected item, so the issue can be done. It looks like the cause could be here: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/15cfc3dbfbb889e124d0fbc278dc7fa4101ef0cc?view=parallel#e31b5f642d718b2e46924658feb98bd52dc8e79b_164_157 [^] |
Copyright © 2000 - 2009 MantisBT Group |