Not-ba81 | [IDEMPIERE] hieplq updated IDEMPIERE-3374 | 01:57 |
---|---|---|
Not-ba81 | [IDEMPIERE] i think it isn't relative. the key of this issue below: 1. AD_Element_ID is fill value 2. it again set value for client_id to 0 (so client_id change from nulll => 1) raise callout 3. callout set default value to AD_Reference_Value_ID with value = 0 4. in case AD_Reference_Value_ID is visible, it will re-fill value "NULL" from csv but on my case AD_Reference_Value_ID is invisible so it keep value 0. | 01:57 |
Not-ba81 | finally when save action happen it throw "violates foreign key constraint" | 01:57 |
Not-ba81 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3374 | 01:57 |
Not-ba81 | [iDempiere5.1Daily] jenkins built #12 completed (success) http://ci.idempiere.org/job/iDempiere5.1Daily/12/ | 05:36 |
*** nmicoud has joined #idempiere | 06:21 | |
*** a42niem has joined #idempiere | 07:44 | |
*** CarlosRuiz has joined #idempiere | 11:48 | |
*** CarlosRuiz has quit IRC | 13:29 | |
Not-ba81 | [IDEMPIERE] Technic created IDEMPIERE-3569 Slow row selection in the InfoWindow with Related Tabs | 13:30 |
Not-ba81 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3569 | 13:30 |
Not-ba81 | [IDEMPIERE] Technic updated IDEMPIERE-3569 description set to "Each row selection in InfoWindow executes a query for all Related Tabs. I suggest making a query only if 1 row is selected in InfoWindow. It is necessary to replace the following lines in class InfoWIndow (line 185): replace {code:java} contentPanel.addActionListener(new EventListener<Event>() { public void onEvent(Event event) throws Exception { | 13:31 |
Not-ba81 | updateSubcontent(); } }); {code} on {code:java} contentPanel.addActionListener(new EventListener<Event>() { public void onEvent(Event event) throws Exception { int selectedRecords = getSelectedRowInfo().size(); if (selectedRecords <= 1) updateSubcontent(); embeddedPane.getParent().setVisible(selectedRecords <= 1); } }); {code} " | 13:31 |
Not-ba81 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3569 | 13:31 |
Not-ba81 | [iDempiere] hengsin pushed 1 commit to default [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/ | 13:52 |
Not-ba81 | [iDempiere] hengsin adc116d - IDEMPIERE-3568 Report Wizard is Not Working | 13:52 |
Not-ba81 | [IDEMPIERE] hengsin updated IDEMPIERE-3568 | 13:52 |
Not-ba81 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3568 | 13:52 |
Not-ba81 | [iDempiere] jenkins built #1904 completed (success) http://ci.idempiere.org/job/iDempiere/1904/ | 14:24 |
*** nmicoud has quit IRC | 16:07 | |
*** a42niem has quit IRC | 23:01 | |
*** rimana has joined #idempiere | 23:32 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!