* IDEMPIERE-5934 : Read only Chosen Multiple Selection List fields can be updated using Assistant
* IDEMPIERE-5934 : Read only Chosen Multiple Selection List fields can be updated using Assistant #2
* IDEMPIERE-5929 - Fix replace tab method to add a window if there is no refTab reference
* IDEMPIERE-5929 - Removes unnecessary NPE handling when replacing tabs
* IDEMPIERE-5929 - Adjust code indentation/style
* IDEMPIERE-5929 - Restores NPE handling for replacing tabs
* IDEMPIERE-5929 - Reverts changes on WindowContainer
This commit reverts three other commits:
4433f834f5a3892aec2c1486e30b846fbf957f8f
c6c6d2abf9a44d51f41d68a9e3e18ae04863435c
64916156eb43da481601889837df8571a5e1d596
* IDEMPIERE-5921 Enable Multi-Selection on Search fields (Info Windows) by default
* Fix first open as single selection
* Make it work as single selection for custom form (tested with Payment Allocation form)
* Added setMultipleSelection(boolean) api
* * Fix also Info Product on forms
---------
Co-authored-by: hengsin <hengsin@gmail.com>
* IDEMPIERE-5898 Implementation of the assistant to type search and table in multi-selection fields
* IDEMPIERE-5898 Implementation of the assistant to type search and table in multi-selection fields
* IDEMPIERE-5851 - Set Focus Automatically to the 1st Row of the Info Window Result Set
* IDEMPIERE-5851 - pr2001 patch by Heng Sin
* IDEMPIERE-5851 - remove unintended change
* IDEMPIERE-5889 - Cannot Open Lookup Info Window if no Window is Defined for the Table
* IDEMPIERE-5889 - expand displayed columns' where clause according to Heng Sin
* IDEMPIERE-5889 - add aliases to displayed columns' where clause
* IDEMPIERE-5773 - Refactor FindWindow code that discovers the right and left bracket value
* IDEMPIERE-5773 - Refactor FindWindow code that discovers the right and left bracket value - Improve method name
* IDEMPIERE-5773 - Fixed bug on advance detail not adding the parenthesis on detail tab queries
* IDEMPIERE-5866:difference identify of info window and m_table make info window fill query text to wrong parameter
* IDEMPIERE-5864:correct comment code, thanks to hengsin
* IDEMPIERE-5864:InfoWindow testCount call too much when open infowindow from search editor
refractory:
clear logic find out search editor for auto complete
separate logic query for auto complete and query for all identifies editor
* IDEMPIERE-5864:split code to functions
* IDEMPIERE-5864:change order test for each identifies and test for split query to reduce test
* IDEMPIERE-5864:fix review from hengsin
* IDEMPIERE-5346 : Adding SSO support
* IDEMPIERE-5346 : Fix as per peer review feedback.
Valid user should have password not null
removing #SSO_IS_ALREADY_AUTHENTICATE context variable due to security risk
Cross site scripting issue on error.htm
Making show role panel as system configurable
Adding language selection on role panel
Adding SSO support on iDempiere monitor and osgi console
* IDEMPIERE-5346: Redirect to console using static URL to avoid security vulenarabilit
* Committing patch from Carlos pr1571PR
* IDEMPIERE-5565: fixing NPE issue on Role change
* IDEMPIERE-5346: Appling pr1571PR2 from Carlos
* 1. IDEMPIERE-5346: Fix idempiereMonitor goes in a loop of sign-in
- Fix NPE when changing role
- Fix NPE when a user with single role & sysconfig: SSO_SELECT_ROLE is 'N'
* IDEMPIERE-5346 : IDempiere Monitor, use out of box login when SSO is not configured.
* IDEMPIERE-5346: Adding Authorization type on User and Tenant window. Created /webui/admin page for login with application credential.
* IDEMPIERE-5346: Implementing Hengsi's Code review comments
Showing meaning full error when Identity Provider returns error
In SSO filter, ignoreing css, zkau, images and resource URL
Correcting typo in Principal name.
Updated Documentation
* IDEMPIERE-5346 : Fixed documentation, typo and pending review comments
* IDEMPIERE-5346: Use token & SSO principal service to validate in Login.GetClient
* IDEMPIERE-5346: Remove the Domain URL column and refactor the code.
* IDEMPIERE-5346: Adding flag ENABLE_SSO_IDEMPIERE_MONITOR and ENABLE_SSO_OSGI_CONSOLE, using cache for SSOService, defaulting Authentication type on client to “Application and SSO”
* IDEMPIERE-5346: Fixed issue of User SSO type not respected and support for Zoom URL
* IDEMPIERE-5567 Support of UUID as Key (FHCA-4195)
- Fix for MAttachment.get
- discovered while testing rest endpoing api/v1/models/testuu/{uuid}/attachments/zip
* - remove the deprecated message
- use UU just when there is no ID
* IDEMPIERE-3590 : Can't open Preference popup if no field is set as QuickEntry
* IDEMPIERE-3590 : added translation
* IDEMPIERE-3590 : Can't open Preference popup if no field is set as QuickEntry
* IDEMPIERE-3590 : remove unused class
* IDEMPIERE-4697 : get temp filename based on config "TEMP_FILENAME" if exists
* IDEMPIERE-4697 : temporary filename "adempiere_"
* IDEMPIERE-4697 : set default value and change from adempiere to idempiere
- Implement support to run processes on UUID based tables
- Added SvrProcess.getRecord_UU and getRecord_UUs support
- Added TestUUChangeActive process as toolbar button on "Test UU Based Table" window - supports single and multi
- Added AD_PInstance.AD_Table_ID and AD_PInstance.Record_UU
- NOTE: the migration script tries the best to fill AD_PInstance.AD_Table_ID from different sources, but at the end is very possible that some records will be left with empty table
- The MPInstance constructors that don't manage AD_Table_ID were marked as deprecated to ease discovering the missing parts in plugins
* IDEMPIERE-5843 System support users (like SuperUser) cannot see (fix) preferences on tenants (#1992)
IDEMPIERE-5174 / Revert changes from IDEMPIERE-4386
* - remove the same now unnecessary method on MMFARegistration
* IDEMPIERE-5567 Support of UUID as Key (FHCA-4195)
- fix issues with archive reporting on UU based tables
* - implement change log in time line mode for UUID based tables
* IDEMPIERE-5567 Support of UUID as Key (FHCA-4195)
* Fixes and improvements for MoveClient
* Fix for oracle not being able to insert AD_WF_Node (CLOB column)
* Add management for UUID based tables
* Add management for weak foreign key Fact_Acct.Line_ID
* Add management for weak foreign key AD_Tree_Favorite_Node.Parent_ID
* Add management for Record_UU columns
* Add management for ChosenMultipleSelectionTable and ChosenMultipleSelectionSearch
* Improve javadoc
* - Test and add support for SelectionGrid
* - fix error inserting a wrong UUID when it was set before by a Record_UU
* - Fix problem validating orphans in UUID based tables
* IDEMPIERE-5275 Tabular Report Re-Run button/close parameter window
- Fix process info log & error not shown
- Fix re-run missing context variable from menu
* IDEMPIERE-5275 Tabular Report Re-Run button/close parameter window
- turn off auto close after zoom
* IDEMPIERE-5802 - Includes access validation for ASI Dialog
* IDEMPIERE-5802 - Implements use of MRole.getWindowAccess instead of Query
* IDEMPIERE-5802 - Fix name and access for 'isAllowedToCreate' variable
* IDEMPIERE-5804 - Fix display of mandatory parameters within display logic
* IDEMPIERE-5804 - Implements ZK constraints for mandatory Info Window parameters
* IDEMPIERE-5804 - Removes the use of ZK Constraints and implements use of ZK WrongValueException
* IDEMPIERE-5804 - Removes unsed line and fix javadoc