Fix ci build
This commit is contained in:
1
bin/export-plural-rules
Symbolic link
1
bin/export-plural-rules
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../core/lib/composer/vendor/gettext/languages/bin/export-plural-rules
|
||||||
1
bin/markdown
Symbolic link
1
bin/markdown
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../core/lib/composer/vendor/cebe/markdown/bin/markdown
|
||||||
1
bin/pdepend
Symbolic link
1
bin/pdepend
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../core/lib/composer/vendor/pdepend/pdepend/src/bin/pdepend
|
||||||
1
bin/phpcb
Symbolic link
1
bin/phpcb
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../core/lib/composer/vendor/mayflower/php-codebrowser/bin/phpcb
|
||||||
1
bin/phpcbf
Symbolic link
1
bin/phpcbf
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../core/lib/composer/vendor/squizlabs/php_codesniffer/scripts/phpcbf
|
||||||
1
bin/phpcpd
Symbolic link
1
bin/phpcpd
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../core/lib/composer/vendor/sebastian/phpcpd/composer/bin/phpcpd
|
||||||
1
bin/phpcs
Symbolic link
1
bin/phpcs
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../core/lib/composer/vendor/squizlabs/php_codesniffer/scripts/phpcs
|
||||||
1
bin/phploc
Symbolic link
1
bin/phploc
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../core/lib/composer/vendor/phploc/phploc/phploc
|
||||||
1
bin/phpmd
Symbolic link
1
bin/phpmd
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../core/lib/composer/vendor/phpmd/phpmd/src/bin/phpmd
|
||||||
1
bin/phpunit
Symbolic link
1
bin/phpunit
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../core/lib/composer/vendor/phpunit/phpunit/phpunit
|
||||||
1
bin/release
Symbolic link
1
bin/release
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../core/lib/composer/vendor/consolidation/self-update/scripts/release
|
||||||
1
bin/robo
Symbolic link
1
bin/robo
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../core/lib/composer/vendor/consolidation/robo/robo
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project name="icehrm" default="build">
|
<project name="icehrm" default="build">
|
||||||
<!-- By default, we assume all tools to be on the $PATH -->
|
<!-- By default, we assume all tools to be on the $PATH -->
|
||||||
<property name="toolsdir" value="${basedir}/tools/"/>
|
<property name="toolsdir" value="${basedir}/bin/"/>
|
||||||
<property name="destination" value="${basedir}/build/app"/>
|
<property name="destination" value="${basedir}/build/app"/>
|
||||||
<property name="testdir" value="${basedir}/build/test"/>
|
<property name="testdir" value="${basedir}/build/test"/>
|
||||||
<property name="origin" value="${basedir}"/>
|
<property name="origin" value="${basedir}"/>
|
||||||
|
|||||||
@@ -277,7 +277,7 @@ $csrfToken = sha1(rand(4500, 100000) . time(). CLIENT_BASE_URL);
|
|||||||
<div class="col-lg-6 col-md-8 col-xs-10">
|
<div class="col-lg-6 col-md-8 col-xs-10">
|
||||||
<div class="bg-white-2 h-100 px-11 pt-11 pb-7">
|
<div class="bg-white-2 h-100 px-11 pt-11 pb-7">
|
||||||
<div class="row d-flex justify-content-center">
|
<div class="row d-flex justify-content-center">
|
||||||
<img src="<?=$logoFileUrl?>"/>
|
<img src="<?=$logoFileUrl?>" style="max-width:100%;max-height:280px;"/>
|
||||||
</div>
|
</div>
|
||||||
<hr/>
|
<hr/>
|
||||||
<?php if ($gsuiteEnabled) {?>
|
<?php if ($gsuiteEnabled) {?>
|
||||||
|
|||||||
@@ -292,8 +292,8 @@ class BaseService
|
|||||||
|
|
||||||
$childCompaniesIds = array();
|
$childCompaniesIds = array();
|
||||||
if (\Classes\SettingsManager::getInstance()->getSetting(
|
if (\Classes\SettingsManager::getInstance()->getSetting(
|
||||||
'System: Child Company Structure Managers Enabled'
|
'System: Child Company Structure Managers Enabled'
|
||||||
) == '1'
|
) == '1'
|
||||||
) {
|
) {
|
||||||
$childCompaniesResp = \Company\Common\Model\CompanyStructure::getAllChildCompanyStructures(
|
$childCompaniesResp = \Company\Common\Model\CompanyStructure::getAllChildCompanyStructures(
|
||||||
$cempObj->department
|
$cempObj->department
|
||||||
@@ -486,8 +486,8 @@ class BaseService
|
|||||||
|
|
||||||
$childCompaniesIds = array();
|
$childCompaniesIds = array();
|
||||||
if (SettingsManager::getInstance()->getSetting(
|
if (SettingsManager::getInstance()->getSetting(
|
||||||
'System: Child Company Structure Managers Enabled'
|
'System: Child Company Structure Managers Enabled'
|
||||||
) == '1'
|
) == '1'
|
||||||
) {
|
) {
|
||||||
$childCompaniesResp = CompanyStructure::getAllChildCompanyStructures($cempObj->department);
|
$childCompaniesResp = CompanyStructure::getAllChildCompanyStructures($cempObj->department);
|
||||||
$childCompanies = $childCompaniesResp->getObject();
|
$childCompanies = $childCompaniesResp->getObject();
|
||||||
@@ -567,8 +567,8 @@ class BaseService
|
|||||||
|
|
||||||
$childCompaniesIds = array();
|
$childCompaniesIds = array();
|
||||||
if (SettingsManager::getInstance()->getSetting(
|
if (SettingsManager::getInstance()->getSetting(
|
||||||
'System: Child Company Structure Managers Enabled'
|
'System: Child Company Structure Managers Enabled'
|
||||||
) == '1'
|
) == '1'
|
||||||
) {
|
) {
|
||||||
$childCompaniesResp = CompanyStructure::getAllChildCompanyStructures($cempObj->department);
|
$childCompaniesResp = CompanyStructure::getAllChildCompanyStructures($cempObj->department);
|
||||||
$childCompanies = $childCompaniesResp->getObject();
|
$childCompanies = $childCompaniesResp->getObject();
|
||||||
@@ -1783,8 +1783,8 @@ END;
|
|||||||
) {
|
) {
|
||||||
$departmentHeadFound = true;
|
$departmentHeadFound = true;
|
||||||
} elseif (SettingsManager::getInstance()->getSetting(
|
} elseif (SettingsManager::getInstance()->getSetting(
|
||||||
'System: Child Company Structure Managers Enabled'
|
'System: Child Company Structure Managers Enabled'
|
||||||
) == '1'
|
) == '1'
|
||||||
) {
|
) {
|
||||||
$companyStructure = new CompanyStructure();
|
$companyStructure = new CompanyStructure();
|
||||||
$companyStructure->Load('id = ?', array($subordinate->department));
|
$companyStructure->Load('id = ?', array($subordinate->department));
|
||||||
|
|||||||
Reference in New Issue
Block a user