Closed myovchev closed 2 years ago
This is kind of showstopper in fact. It blocks any update from the UI overlay, so only contextual page changes are possible.
I am able to change the title of the home page, which is set via _defaults, so this is a bit surprising, but will try to reproduce it with additional parked pages using _defaults, as you suggest.
On Mon, Jun 28, 2021 at 6:51 AM Miro Yovchev @.***> wrote:
This is kind of showstopper in fact. It blocks any update from the UI overlay, so only contextual page changes are possible.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/apostrophecms/apostrophe/issues/3192#issuecomment-869581960, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAH27JFY72HDJFOEVYN44LTVBH2NANCNFSM47LKUM6A .
--
THOMAS BOUTELL | CHIEF TECHNOLOGY OFFICER APOSTROPHECMS | apostrophecms.com | he/him/his
I cannot reproduce this issue with the configuration below:
park: [
{
parkedId: 'wiggy',
type: 'default-page',
_defaults: {
slug: '/wiggy',
title: 'Wiggy'
}
}
]
I think the issue might be more specific. Can you create a test project?
I've reproduced it on a clean a3-boilerplate project. I'll give you more details tomorrow.
One quick question @boutell , do you have default-page
in types? In my attempts the type is not present in the type
page options.
@boutell See the additional info (the EDIT) in the issue. It's a legit bug.
I got this on the upcoming sprint backlog. 👍
Thanks!
To Reproduce
@apostrophecms/page
test config:TypeError: Cannot read property 'emit' of undefined
Expected behavior
Defaults should be editable.
Details
*Apostrophe v3.0.1*
Version of Node.js: v12.21.0
Server Operating System: Ubuntu 20.04.2 LTS