fix version
This commit is contained in:
@@ -218,7 +218,7 @@ class Acl
|
||||
* Check whether an entity is shared with a user.
|
||||
*
|
||||
* @param Table::ACTION_* $action
|
||||
* @since 8.5.0
|
||||
* @since 9.0.0
|
||||
* @noinspection PhpDocSignatureInspection
|
||||
*/
|
||||
public function checkOwnershipShared(Entity $entity, string $action): bool
|
||||
|
||||
@@ -402,7 +402,7 @@ class AclManager
|
||||
* Check whether an entity is shared with a user.
|
||||
*
|
||||
* @param Table::ACTION_* $action
|
||||
* @since 8.5.0
|
||||
* @since 9.0.0
|
||||
* @noinspection PhpDocSignatureInspection
|
||||
*/
|
||||
public function checkOwnershipShared(User $user, Entity $entity, string $action): bool
|
||||
|
||||
@@ -80,7 +80,7 @@ class Params
|
||||
/**
|
||||
* Clone with an option.
|
||||
*
|
||||
* @since 8.5.0
|
||||
* @since 9.0.0
|
||||
*/
|
||||
public function withOption(string $option, mixed $value): self
|
||||
{
|
||||
|
||||
@@ -39,7 +39,7 @@ use Espo\ORM\Query\Part\WhereItem;
|
||||
use Espo\ORM\Query\SelectBuilder as QueryBuilder;
|
||||
|
||||
/**
|
||||
* @since 8.5.0
|
||||
* @since 9.0.0
|
||||
*/
|
||||
class RelationQueryHelper
|
||||
{
|
||||
|
||||
@@ -33,7 +33,7 @@ namespace Espo\Core\Select\Where\Converter;
|
||||
* Where converter parameters.
|
||||
*
|
||||
* @immutable
|
||||
* @since 8.5.0
|
||||
* @since 9.0.0
|
||||
*/
|
||||
class Params
|
||||
{
|
||||
|
||||
@@ -65,7 +65,7 @@ class Scanner
|
||||
/**
|
||||
* Check whether at least one has-many link appears in the where-clause.
|
||||
*
|
||||
* @since 8.5.0
|
||||
* @since 9.0.0
|
||||
*/
|
||||
public function hasRelatedMany(string $entityType, Item $item): bool
|
||||
{
|
||||
|
||||
@@ -36,7 +36,7 @@ use Espo\ORM\Query\Part\Condition;
|
||||
use Espo\ORM\Query\Part\Expression;
|
||||
|
||||
/**
|
||||
* @since 8.5.0
|
||||
* @since 9.0.0
|
||||
* @noinspection PhpUnused
|
||||
*/
|
||||
class SecretProvider
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
/**
|
||||
* Application parameters.
|
||||
*
|
||||
* @since 8.5.0
|
||||
* @since 9.0.0
|
||||
*/
|
||||
export default class AppParams {
|
||||
|
||||
|
||||
@@ -93,7 +93,7 @@ class ListSettingsHelper {
|
||||
* @param {string} name A name.
|
||||
* @param {boolean} [hidden] Is hidden by default.
|
||||
* @return {boolean}
|
||||
* @since 8.5.0
|
||||
* @since 9.0.0
|
||||
*/
|
||||
isColumnHidden(name, hidden) {
|
||||
const hiddenMap = this.getHiddenColumnMap();
|
||||
@@ -117,7 +117,7 @@ class ListSettingsHelper {
|
||||
* Is column resize enabled.
|
||||
*
|
||||
* @return {boolean}
|
||||
* @since 8.5.0
|
||||
* @since 9.0.0
|
||||
*/
|
||||
getColumnResize() {
|
||||
if (this.columnResize === undefined) {
|
||||
|
||||
@@ -531,7 +531,7 @@ class TextFieldView extends BaseFieldView {
|
||||
/**
|
||||
* Show the preview modal.
|
||||
*
|
||||
* @since 8.5.0
|
||||
* @since 9.0.0
|
||||
* @return {Promise<void>}
|
||||
*/
|
||||
async preview() {
|
||||
|
||||
@@ -159,7 +159,7 @@ class ListView extends MainView {
|
||||
*
|
||||
* @protected
|
||||
* @type {Object.<string, *>}
|
||||
* @since 8.5.0
|
||||
* @since 9.0.0
|
||||
*/
|
||||
rootData
|
||||
|
||||
|
||||
@@ -99,7 +99,7 @@ class SelectRecordsModalView extends ModalView {
|
||||
* @property {string[]} [mandatorySelectAttributeList] Mandatory attributes to select.
|
||||
* @property {function(): Promise<Record>} [createAttributesProvider] Create-attributes provider.
|
||||
* @property {Record} [createAttributes] Create-attributes.
|
||||
* @property {function(import('model').default[])} [onSelect] On record select. As of 8.5.
|
||||
* @property {function(import('model').default[])} [onSelect] On record select. As of 9.0.0.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -528,7 +528,7 @@ class DetailRecordView extends BaseRecordView {
|
||||
*
|
||||
* @protected
|
||||
* @type {Object.<string, *>}
|
||||
* @since 8.5.0
|
||||
* @since 9.0.0
|
||||
*/
|
||||
dataObject
|
||||
|
||||
@@ -537,7 +537,7 @@ class DetailRecordView extends BaseRecordView {
|
||||
*
|
||||
* @protected
|
||||
* @type {Record}
|
||||
* @since 8.5.0
|
||||
* @since 9.0.0
|
||||
*/
|
||||
rootData
|
||||
|
||||
|
||||
@@ -328,7 +328,7 @@ class ListRecordView extends View {
|
||||
*
|
||||
* @protected
|
||||
* @type {boolean}
|
||||
* @since 8.5.0
|
||||
* @since 9.0.0
|
||||
*/
|
||||
columnResize = true
|
||||
|
||||
@@ -584,7 +584,7 @@ class ListRecordView extends View {
|
||||
*
|
||||
* @protected
|
||||
* @type {Object.<string, *>}
|
||||
* @since 8.5.0
|
||||
* @since 9.0.0
|
||||
*/
|
||||
rootData
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
},
|
||||
"tabQuickSearch": {
|
||||
"type": "boolean",
|
||||
"description": "Makes available in the navbar tab quick search. As if v8.5."
|
||||
"description": "Makes available in the navbar tab quick search. As if v9.0."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
{"type": "string"}
|
||||
]
|
||||
},
|
||||
"description": "Classes for additional handling of a select query. Should implement Espo\\Core\\Select\\Applier\\AdditionalApplier interface. An entity type is passed to the constructor in `$entityType` parameter. As of v8.5.0."
|
||||
"description": "Classes for additional handling of a select query. Should implement Espo\\Core\\Select\\Applier\\AdditionalApplier interface. An entity type is passed to the constructor in `$entityType` parameter. As of v9.0."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -303,7 +303,7 @@
|
||||
"properties": {
|
||||
"preview": {
|
||||
"type": "boolean",
|
||||
"description": "Show the preview button. Applicable only if Markdown is enabled. As of v8.5."
|
||||
"description": "Show the preview button. Applicable only if Markdown is enabled. As of v9.0."
|
||||
},
|
||||
"displayRawText": {
|
||||
"type": "boolean",
|
||||
@@ -325,7 +325,7 @@
|
||||
},
|
||||
"attachmentField": {
|
||||
"type": "string",
|
||||
"description": "An attachment-multiple field to connect with. As of v8.5."
|
||||
"description": "An attachment-multiple field to connect with. As of v9.0."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1322,7 +1322,7 @@
|
||||
"properties": {
|
||||
"orderBy": {
|
||||
"type": "string",
|
||||
"description": "An attribute or expression to order by. Applied when getting related entities from an entity. As of v8.5."
|
||||
"description": "An attribute or expression to order by. Applied when getting related entities from an entity. As of v9.0."
|
||||
},
|
||||
"order": {
|
||||
"enum": ["asc", "desc"],
|
||||
|
||||
@@ -291,7 +291,7 @@
|
||||
"type": "boolean"
|
||||
},
|
||||
"preserveAuditLog": {
|
||||
"description": "Disables audit log cleanup. As of v8.5.",
|
||||
"description": "Disables audit log cleanup. As of v9.0.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"exportFormatList": {
|
||||
|
||||
Reference in New Issue
Block a user