Liferay Cloud Infrastructure

FreeMarkerの構文が正しくありません。

The following has evaluated to null or missing:
==> parentCategory.id [in template "template_id" at line 189, column 201]

----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use [#if myOptionalVar??]when-present[#else]when-missing[/#if]. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
- Failed at: ${parentCategory.id} [in template "template_id" at line 189, column 199]
----

2019.08.22・リリース更新

Fixed

  • Fix Manual Backup is not recorded as Activity
  • Fix wrong or confusing error message when Deployment fails due to exceeding plan limits
  • Fix CI Service Shell Inaccessible
  • Fix browser not redirected to expected URL after logging in
  • Fix Change Password not redirecting to projects page
  • Fix Logs downloaded not having the Build ID information
  • Fix Jenkins build failure if the number of services is greater than current services plus the number of services built
  • Fix the "lcp shell" command showing incorrect service statuses
  • Fix the "lcp log" command generating timeout errors
  • Fix scheduled backups with "@" cron notation not updating in the interface
  • Fix incorrect "Login via SSO" link
  • Fix region information missed for private-based regions
  • Fix the "Next backup" frequency and retention not showing on the Backups page's first load
  • Fix General Activities not showing in chronological order with pagination

On this page