fix version

This commit is contained in:
Yuri Kuznetsov
2024-11-14 18:51:49 +02:00
parent 5326e82ee0
commit da993afe88
18 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -29,7 +29,7 @@
/**
* Application parameters.
*
* @since 8.5.0
* @since 9.0.0
*/
export default class AppParams {
+2 -2
View File
@@ -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) {
+1 -1
View File
@@ -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() {
+1 -1
View File
@@ -159,7 +159,7 @@ class ListView extends MainView {
*
* @protected
* @type {Object.<string, *>}
* @since 8.5.0
* @since 9.0.0
*/
rootData
+1 -1
View File
@@ -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.
*/
/**
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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."
}
}
}
+1 -1
View File
@@ -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."
}
}
}
+3 -3
View File
@@ -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"],
+1 -1
View File
@@ -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": {