Skip to content

Commit

Permalink
Cyclos 4.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
acaurrinhos committed Mar 25, 2021
1 parent 7d30b1c commit c20efee
Show file tree
Hide file tree
Showing 5 changed files with 739 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Cyclos 4 UI",
"description": "The new Cyclos 4 frontend",
"icon": "cyclos.png",
"version": "4.14.5",
"version": "4.14.6",
"license": "MIT",
"author": {
"name": "Cyclos development team",
Expand Down
2 changes: 1 addition & 1 deletion src/app/shared/format-field-value.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export class FormatFieldValueComponent extends AbstractComponent implements OnIn
}

private getValue(): { value: any, link?: string } {
return this.fieldHelper.getValue(this.fieldValue, this.plainText);
return this.fieldHelper.getValue(this.fieldValue, this.plainText) || { value: null };
}

private createFieldValue(): CustomFieldValue {
Expand Down
Loading

0 comments on commit c20efee

Please sign in to comment.