Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Content Type Edit brakes the system. #1633

Open
hassanad94 opened this issue Aug 29, 2024 · 0 comments
Open

[BUG] Content Type Edit brakes the system. #1633

hassanad94 opened this issue Aug 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@hassanad94
Copy link
Contributor

hassanad94 commented Aug 29, 2024

Amikor át akartam írni az egyik ctd-nek a Nevét Content Types -> Edit Content-ben, miután elmentettem a rendszer eltört és több nem lehetett olyan helyre navigálni ahol az adott tipusú Content volt.

image.png

Megoldási workaround: Sql query, ami visszaírja a hibán szereplő ID-jú node Path-át és Name-ét
UPDATE [TableName]
SET Name = '[original name]',
Path = '[original path]'

WHERE ID = [ID from error];

Javaslat: jobb klikk/Editre a content szerkesztő oldal nyílik meg, ez helyesen ContentType típusú Content esetén az Xml szerkesztőnek kellene megnyílnia)

@hassanad94 hassanad94 added the bug Something isn't working label Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant