igorpojzl
dd2b24aafa
IDEMPIERE-4368: Allow Define Default Saved Query for User ( #169 )
...
* Update AD_UserQuery models
* Implementation of initializing Default User Queries
* Added Migration Scripts
* Update 202007161400_IDEMPIERE-4368.sql
Added missing register_migration_script.
* IDEMPIERE-4368 Added missing script.
* IDEMPIERE-4368 Allow Define Default Saved Query for User
Fix Load defaults only on Initialization.
* IDEMPIERE-4368
Move Migration Script to 7.1 folder
* IDEMPEIRE-4368
Apply of patch.
2020-07-20 14:51:48 +02:00
Carlos Ruiz
2d70a1a169
IDEMPIERE-1117 Attachment -> Disable preview over certain size ( #145 )
...
* IDEMPIERE-1117 Attachment -> Disable preview over certain size
New SysConfig key ZK_MAX_ATTACHMENT_PREVIEW_SIZE
* IDEMPIERE-1117 move scripts to 7.1
2020-07-14 21:51:17 +08:00
hieplq
beec96b332
IDEMPIERE-4357:ClassLocator.warn: Replicate resource by jetty append lib on standard web folder ( #155 )
2020-07-04 21:21:49 +08:00
Carlos Ruiz
d6e5cdc26a
IDEMPIERE-1052 Improve Performance using Search instead of Table/Table Direct ( #159 )
...
WSearchEditor broken when importing detail CSV
Merging this pull request tested locally (without peer review) as an emergency.
2020-07-03 20:56:48 +02:00
Carlos Ruiz
11c9ad6c59
IDEMPIERE-1052 Improve Performance using Search instead of Table/Table Direct ( #148 )
...
Integrate patch from Heng Sin
--> Fix Copy Record issue (handling of invalid value)
2020-07-01 15:44:59 +02:00
Nicolas Micoud
1f3b782215
IDEMPIERE-1890 : BroadcastMessageWindow Updates : add a vertical scrollbar ( #142 )
2020-06-27 11:46:46 +02:00
Diego Ruiz
5f0e895d88
IDEMPIERE-4345 zk9 - Payment selection (Manual) open with header collapsed ( #137 )
2020-06-25 17:47:04 +02:00
Carlos Ruiz
10771a7408
IDEMPIERE-4254 get oracle error ORA-01795 when has more than 1000 org ( #109 )
2020-06-09 23:26:44 +07:00
Carlos Ruiz
37e82005b5
IDEMPIERE-4329 Cleanup eclipse warnings ( #107 )
...
* IDEMPIERE-4329 Cleanup eclipse warnings
Clean unused imports
* IDEMPIERE-4329 Cleanup eclipse warnings
Clean some additional warnings
Make org.adempiere.base to respect the Warnings/Errors level configuration from workspace
* IDEMPIERE-4329 Cleanup eclipse warnings
One more unused import caused by the previous commit
2020-06-09 12:26:36 +02:00
hengsin
8f052b4081
IDEMPIERE-4237 timeout page continue do comet request and log a lot message ( #100 )
...
Revert SC_NO_Content for error bad to SC_BAD_REQUEST so that the failure
count at client side will work.
Add session timeout/notfound checking at client side.
2020-06-03 21:17:52 +08:00
hengsin
f2cbbc662d
IDEMPIERE-1540 Autocomplete for field type "Search" ( #91 )
...
Refactoring
Fix table/tabledir auto refresh
Fix MLookupInfo.clone
2020-06-01 15:29:04 +02:00
hieplq
9a35f2054d
IDEMPIERE-4314:eclipse project setting independent JDK ( #90 )
2020-06-01 11:30:00 +08:00
hengsin
5718645bc6
IDEMPIERE-1540 Autocomplete for field type "Search" ( #89 )
...
Fix ClassCastException
2020-05-30 11:53:11 +07:00
hengsin
fc56a2a205
IDEMPIERE-1540 Autocomplete for field type "Search" ( #88 )
...
Fix search column for auto complete
2020-05-29 18:08:39 +02:00
hengsin
baac93f9e0
IDEMPIERE-4307 Quick Entry always retrieve all fields from db ( #83 )
...
add cache for MField
2020-05-29 13:38:15 +02:00
hengsin
e9e7486473
IDEMPIERE-1540 Autocomplete for field type "Search" ( #79 )
...
* IDEMPIERE-1540 Autocomplete for field type "Search"
Implement auto complete for search field
* IDEMPIERE-1540 Autocomplete for field type "Search"
Add support for isAutoComplete flag (default is off).
Add isAutoComplete to AD_UserDef_Field, AD_InfoColumn and
AD_Process_Para.
Performance improvement - reduce number of queries for autocomplete and
added some cache.
* IDEMPIERE-1540 Autocomplete for field type "Search"
add constant for auto complete query timeout
use union all to further reduce the number of queries
2020-05-29 13:25:24 +02:00
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