Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eb6f9b602f | |||
| cf508a540e | |||
| 5278e3bf06 | |||
| 5763f5b58e |
@@ -766,7 +766,7 @@
|
||||
return new Promise((resolve, reject) => {
|
||||
this.require(
|
||||
subject,
|
||||
() => resolve(),
|
||||
(...args) => resolve(...args),
|
||||
() => reject()
|
||||
);
|
||||
});
|
||||
|
||||
Generated
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "espocrm",
|
||||
"version": "7.2.5",
|
||||
"version": "7.2.6",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "espocrm",
|
||||
"version": "7.2.5",
|
||||
"version": "7.2.6",
|
||||
"description": "Open-source CRM.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"mandatoryFiles": [
|
||||
"application/Espo/Core/Authentication/LDAP/Client.php",
|
||||
"application/Espo/Core/Authentication/LDAP/ClientFactory.php",
|
||||
"application/Espo/Core/Authentication/LDAP/Utils.php"
|
||||
],
|
||||
"manifest": {
|
||||
"delete": [
|
||||
"application/Espo/Core/Authentication/Ldap/Client.php",
|
||||
"application/Espo/Core/Authentication/Ldap/ClientFactory.php",
|
||||
"application/Espo/Core/Authentication/Ldap/Utils.php"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user