- Nov 05, 2019
-
-
David Büchler authored
Changed liquibase files accordingly.
-
- Nov 04, 2019
-
-
David Büchler authored
Fixed bug where an error was thrown if a field is used to search for duplicates and it's value was empty. These fields will now be ignored.
-
- Oct 31, 2019
-
-
David Büchler authored
Temporarily added view to Organisation which calculates duplciates on each main-view-open and doesnt cache the results. Same as on Person
-
David Büchler authored
Temporarily added a new Tab in the Persons main view. It calculates the duplicates for the specific person on the fly. Results arent cached.
-
- Oct 30, 2019
-
-
David Büchler authored
Fixed bug: If a field of a filter had no value it would throw a core exception because no pattern with an empty value could be created. Now the value gets trimmed and in case of emptyness ignored. Workaround, if the prefilter json contains an empty value it gets translated to null by indexsearch.buildQueryFromSearchCondition with which nothing would be found. The null value now gets temporarily replaced. Hast to be removed when the api has been fixed! Specific line to remove: indexPattern = indexPattern.replace(null, "");//todo remove if api has been fixed
-
(cherry picked from commit dc496f7e)
-
David Büchler authored
Removed the block size configuration from the client. Default value is 5000. All scanners now use the same value, it can be changed via designer custom setting in the preferences 2 fields in the person entity have been added, now the firstname and the lastname fields exist as phonetic and text_no_stopwords Refactorings
-
Sebastian Listl authored
-
- Oct 29, 2019
-
-
Johannes Hörmann authored
-
Markus Escher authored
-
Johannes Goderbauer authored
-
- Oct 28, 2019
-
-
Johannes Hörmann authored
-
Johannes Goderbauer authored
set lookup-views of several contexts # Conflicts: # neonContext/CommRestriction/CommRestriction.aod # neonContext/DistList/DistList.aod # neonContext/DistListMember/DistListMember.aod # neonContext/ImportField/ImportField.aod # neonContext/Lead/Lead.aod # neonContext/LeadTemp/LeadTemp.aod # neonContext/LetterRecipient/LetterRecipient.aod # neonContext/PermissionAction/PermissionAction.aod # neonContext/QuickEntry/QuickEntry.aod
-
- Oct 25, 2019
-
-
-
Sophia Leierseder authored
-
Andreas Schindlbeck authored
-
(cherry picked from commit d6ee0b9a)
-
Markus Escher authored
-
- Oct 24, 2019
-
-
S.Listl authored
-
Johannes Hörmann authored
-
Simon Leipold authored
Permissions See merge request xrm/basic!74
-
-
Johannes Hörmann authored
-
Simon Leipold authored
-
Simon Leipold authored
-
Simon Leipold authored
-
Simon Leipold authored
-
S.Listl authored
-
- Oct 23, 2019
-
-
Heinz Boesl authored
-
- Oct 18, 2019
-
-
Simon Leipold authored
Permissions See merge request xrm/basic!70
-
S.Leipold authored
-
S.Leipold authored
Permissions - roleTitle instead of roleName gets now displayed in treetable and preview - conditional permissions are no longer child elements of default permissions
-
S.Leipold authored
-
- Oct 17, 2019
-
-
fix #1045265 campaign: update steps action only updated person-contacts but not organisation-contacts
-
-
Johannes Goderbauer authored
# Conflicts: # entity/Communication_entity/Communication_entity.aod # entity/Organisation_entity/Organisation_entity.aod # entity/Person_entity/Person_entity.aod
-
-
Johannes Goderbauer authored
fix #1045256: filtering in jdito does work again when no custom checker funciton is defined for a column
-
-
Johannes Goderbauer authored
-