Skip to content

Commit df2b15d

Browse files
author
Wolfgang Knauer
committed
frontend update to 23.04.000.222
1 parent 77eb368 commit df2b15d

File tree

158 files changed

+28
-22205
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+28
-22205
lines changed

frontend/build/properties/openemm.emm.license.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<licenseHolder>OpenEMM</licenseHolder>
55
<licenseType>Inhouse</licenseType>
66
<expirationDate></expirationDate>
7-
<maximumNumberOfCompanies>-1</maximumNumberOfCompanies>
7+
<maximumNumberOfCompanies>1</maximumNumberOfCompanies>
88
<maximumNumberOfSupervisors>-1</maximumNumberOfSupervisors>
99
<maximumNumberOfGuiAdmins>-1</maximumNumberOfGuiAdmins>
1010
<maximumNumberOfAdmins>-1</maximumNumberOfAdmins>

frontend/etc/spring-ws/webapp/WEB-INF/spring-ws-servlet.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@
128128
<ref bean="wsSecurityInterceptor"/>
129129
<ref bean="permissionInterceptor" />
130130
<ref bean="throttlingInterceptor"/>
131-
<ref bean="usageInterceptor" />
131+
132+
132133
</sws:interceptors>
133134

134135
<bean id="marshallingPayloadMethodProcessor" class="org.springframework.ws.server.endpoint.adapter.method.MarshallingPayloadMethodProcessor">

frontend/lib_tools/xjc/bin/schemagen.bat

100755100644
File mode changed.

frontend/lib_tools/xjc/bin/xjc.bat

100755100644
File mode changed.

frontend/sql/mariadb/emm-mariadb-fulldb-basic.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1423,7 +1423,7 @@ CREATE TABLE title_tbl (
14231423
company_id INT(11) NOT NULL DEFAULT 0 COMMENT 'tenant - ID (company_tbl)',
14241424
description VARCHAR(1000) NOT NULL DEFAULT '' COMMENT 'comment on title',
14251425
PRIMARY KEY (title_id)
1426-
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT 'types for agnTITLE - tags which might be used in mailings';
1426+
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT 'types for agnTITLE - tags which might be used in mailings';
14271427

14281428
CREATE TABLE trackpoint_def_tbl (
14291429
company_id INT(10) NOT NULL DEFAULT 0 COMMENT 'tenant - ID (company_tbl)',

frontend/src/autogenerated/java/com/agnitas/emm/core/target/eql/parser/antlr4/autogen/EqlGrammar.tokens

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)