Skip to content

Commit

Permalink
Merge tag '1.27.5' into develop
Browse files Browse the repository at this point in the history
1.27.5
  • Loading branch information
olovy committed Sep 29, 2022
2 parents 526363c + 911191c commit a537734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lxljs/display.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function tryGetValueByLang(item, propertyId, langCode, context) {
throw new Error('tryGetValueByLang was called with an undefined object.');
}

if (typeof propertyId === 'string' && propertyId.startsWith('@reverse/')) {
if (typeof propertyId === 'string' && propertyId.startsWith('@reverse/') && propertyId !== '@reverse/itemOf') {
return get(item, propertyId.replaceAll('/', '.'));
}

Expand Down
2 changes: 1 addition & 1 deletion vue-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-client",
"version": "1.27.4",
"version": "1.27.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit a537734

Please sign in to comment.