-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Database
-
None
-
1
-
Severity 3 - Minor
Issue Summary
Database Entry macro included in a template throws an error when editing/changing its configuration in a page created using that template.
Steps to Reproduce
- Create a template that includes a Database Entry macro.
- Create a page in any space.
- Select the template created in step 1.
- Click on the Database Entry macro configuration button (pencil icon).
- Change the database to a different database that is pre-defined in the template.
- When you change the database the error below is shown
Cannot read properties of undefined (reading 'values')
Expected Results
To be able to use a different database that is pre-defined in the template.
Actual Results
When you change the database the error below is shown
Cannot read properties of undefined (reading 'values')
Workaround
While it is more difficult to configure and maintain, you can replace the Database Entry macro with a table and insert a Database Value macro for each value that you would like to be shown.
- mentioned in
-
Page Loading...