Diego Ruiz
4eac03ba0f
IDEMPIERE-4304 Saved Query duplicates if use to save after sharing ( #81 )
...
* IDEMPIERE-4304 Saved Query duplicates if use to save after sharing
* IDEMPIERE-4304 Saved Query duplicates if use to save after sharing - Replaced JDBC call for Query
2020-05-23 00:23:42 +02:00
Carlos Ruiz
89faa3ac49
IDEMPIERE-2523 improve method to add comment to log script ( #75 )
...
#resolve IDEMPIERE-2523
2020-05-20 20:09:23 +02:00
hieplq
595e0df99c
Idempiere-4298:support update jdk (jdk 12 13 14) ( #69 )
...
* IDEMPIERE-4298: remove Bundle-RequiredExecutionEnvironment
when build by tycho value of Bundle-RequiredExecutionEnvironment and jdt need to compatibility
in case we use Bundle-RequiredExecutionEnvironment = 11 then can't build by jdk != 11
so stick on fix value isn't good
eclipse now also support Require-Capability, so don't need Bundle-RequiredExecutionEnvironment anymore
* IDEMPIERE-4298:support update jdk (jdk 12 13 14)
default environment still jdk-11 but you can build for any jdk by below command
export JAVA_HOME=path to jdk
mvn verify -Djdk.version=11
in case on JAVA_HOME is jdk 14 then can set jdk.version for 11, 12, 13, 14 and same for other jdk
at moment java 14 just support on eclipse 2020-03 with install plugin
Java 14 Support for Eclipse 2020-03 (4.15)
2020-05-20 11:18:31 +08:00
hengsin
5550a9633c
IDEMPIERE-4300 DashboardPanel subclass should not cache Env Ctx ( #70 )
...
Remove Env.getCtx() cache
2020-05-19 16:19:41 +02:00
Nicolas Micoud
c5038a33ca
IDEMPIERE-4150 : Right click / New/Update not visible with duplicated windows ( #50 )
...
Also use ZoomConditions for Table/TableDirect editors
2020-05-19 13:56:52 +02:00
Hideaki Hagiwara
2e065e6e61
IDEMPIERE-4293 Excel that download from Info Window is displayed ID Number ( #67 )
2020-05-19 13:47:27 +02:00
Carlos Ruiz
fd72ce3d1b
IDEMPIERE-3333 - extend the usage of the new MReportView to other places where is suggested as best practice
2020-05-14 18:58:16 +02:00
Diego Ruiz
1a902a95de
IDEMPIERE-3657 Missing buttons start/end page on detail tab ( #57 )
2020-05-13 19:22:23 +02:00
Patric Massing
cc159a3e53
IDEMPIERE-4288 zk9 - Editor-Dialog: Not Allowed to set height and rows at the same time ( #56 )
2020-05-13 17:13:25 +02:00
hengsin
a84c1eac2f
IDEMPIERE-4277 Sizing error for Info Window and Error message popup ( #42 )
...
Fix size error of infowindow's parameter panel and ad window's error
message popup.
2020-05-09 08:42:13 +02:00
hieplq@hasuvimex.vn
4fcd450ffd
IDEMPIERE-3233:process dialog:deduce refresh tab when run a process
2020-05-09 07:59:28 +02:00
Deepak Pansheriya
df6b9c8c22
IDEMPIERE-4157: Removing open quick form tracking from sessionManager, Adding support for tool tip translation ( #36 )
2020-05-08 13:25:06 +02:00
hengsin
912767b4ec
IDEMPIERE-4266 Remove hard coded modal dialog height ( #32 )
...
* IDEMPIERE-4266 Remove hard coded modal dialog height
Replace fixed process modal dialog height with css flex box rule.
* IDEMPIERE-4266 Remove hard coded modal dialog height
Fix css for process/report dialog.
2020-05-06 14:42:37 +02:00
Diego Ruiz
a77a991b9f
IDEMPIERE-1035 hard to find exceptions when using restrictive rights … ( #21 )
...
* IDEMPIERE-1035 hard to find exceptions when using restrictive rights - Improve not access to workflow message
* IDEMPIERE-1035 hard to find exceptions when using restrictive rights - Improve not access to workflow message
2020-04-30 22:07:24 +02:00
hengsin
c3cad0d1e2
IDEMPIERE-4249 Platform Refresh for 7.1z ( #19 )
...
Upgrade to Tycho 1.7.0, Eclipse 2020-03, Zk 9.0.1 and Jetty 9.4.28
2020-04-30 16:01:19 +02:00
Carlos Ruiz
69af9e8fc4
IDEMPIERE-4258 Error runnig Jasper file on Report ( #18 )
2020-04-30 15:05:18 +02:00
Nicolas Micoud
0ddc26be2f
IDEMPIERE-4247 WTableDirEditor - missing public methods
2020-04-29 19:05:42 +02:00
Carlos Ruiz
190ef9d75c
Merge release-7.1 into master
2020-04-26 13:45:06 +02:00
Diego Ruiz
7fa724f1ee
IDEMPIERE-3611 line with missing mandatory content disappears when save in detail tab
2020-04-24 20:44:36 +02:00
Carlos Ruiz
09d2f9a1e3
IDEMPIERE-4253 Duplicated FillMandatory message on process dialogs
2020-04-23 21:08:43 +02:00
hengsin
7fc71f8e9e
IDEMPIERE-4252 Remove usage of vflex/height + rows.
2020-04-22 16:46:18 +08:00
Carlos Ruiz
43c8485b76
Merge release-7.1 into master
2020-04-18 18:44:51 +02:00
hengsin
d059ae50b0
IDEMPIERE-4206 Session timeout shown sometimes when changing roles. Fix theme preference lost after change role.
2020-04-14 20:33:58 +08:00
hengsin
c8b8e00202
Merge remote-tracking branch 'origin/release-7.1'
2020-04-06 12:28:46 +08:00
hengsin
b82156200a
IDEMPIERE-4206 Session timeout shown sometimes when changing roles
...
Do not create new http session and do not use http redirect.
2020-04-06 11:35:20 +08:00
hengsin
db0aafb3dc
Merge branch 'origin/release-7.1'
2020-04-03 20:09:59 +08:00
hengsin
61098bdf3c
IDEMPIERE-4206 Session timeout shown sometimes when changing roles
...
Simplify Serverpush Code - remove retries and warning that just slow down
things and doesn't really help.
Change Role - With session invalidated and all components removed, there
isn't need to destroy desktop.
2020-04-03 20:07:16 +08:00
HideakiHagiwara
628103ef94
IDEMPIERE-4226 Wrong tooltip at Tab title
2020-04-02 18:47:02 +02:00
hengsin
ee4ec74a88
Merge branch 'origin/release-7.1'
2020-04-02 10:01:29 +08:00
hengsin
99cead1540
IDEMPIERE-4228 Align ServerPush implementation with Executions.schedule JavaDoc
2020-04-02 09:58:01 +08:00
Carlos Ruiz
e10a5c9425
Merge release-7.1 into master
2020-04-01 15:27:45 +02:00
hengsin
bf8f5ea8c1
IDEMPIERE-4206 Session timeout shown sometimes when changing roles
2020-04-01 17:19:18 +08:00
Carlos Ruiz
b6898a8f99
Merge release-7.1 into master
2020-03-21 17:45:25 +01:00
Carlos Ruiz
8cd7b0661b
IDEMPIERE-4216 Some text columns are wrongly edited as with length 32767
2020-03-21 16:35:29 +01:00
Carlos Ruiz
1e638f5a28
IDEMPIERE-3786 Number of records in detail grid must not be hardcoded
2020-03-21 11:50:46 +01:00
Carlos Ruiz
e875d2cd6c
minor - show login information on the new test servers
2020-03-19 10:23:09 +01:00
Nicolas Micoud
170739bf6f
IDEMPIERE-4208 Preserve @ and # in HTML content
2020-03-18 14:11:45 +01:00
hengsin
f6a8d4865d
Merge origin/release-7.1
2020-03-17 17:44:47 +08:00
hengsin
0b41ffd3f8
IDEMPIERE-4210 Fix 2 Failed to resume long polling resource warning
2020-03-17 17:25:30 +08:00
Carlos Ruiz
b886c593c8
IDEMPIERE-4209 Attachment button doesn't refresh when deleting the whole attachment
2020-03-13 21:53:49 +01:00
Carlos Ruiz
02647cc5ee
Merge release-7.1 into master
2020-03-13 17:46:17 +01:00
Carlos Ruiz
aecd058f25
IDEMPIERE-4198 Icon duplicated on report dialog when using Font icon
2020-03-13 15:18:44 +01:00
Carlos Ruiz
2d647c520a
IDEMPIERE-4178 Replace NVL with Coalesce / partial revert of commit 2c639f - just the java part
2020-03-13 11:32:27 +01:00
Diego Ruiz
64b35a2e19
IDEMPIERE-4192 dont apply style on advanced search
2020-03-11 17:15:20 +01:00
hengsin
1b6aa35c97
IDEMPIERE-4205 Remove usage of applet
2020-03-11 18:13:42 +08:00
Carlos Ruiz
b38452321f
Merge release-7.1 into master
2020-03-10 18:30:52 +01:00
Diego Ruiz
a3f0681d23
IDEMPIERE-4085 Search in toolbar
2020-03-10 18:24:42 +01:00
Diego Ruiz
eae52b13ad
IDEMPIERE-4192 Mandatory label red
2020-03-10 12:54:54 +01:00
hengsin
2642293c0a
Merge release-7.1 into master
2020-03-08 20:24:05 +08:00
hengsin
501ef7479c
IDEMPIERE-4197 Minor improvements to quick entry and location dialog layout
2020-03-08 20:20:19 +08:00