-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Existing Property Disappears #11048
Comments
Hello there! Thank you for the bug report 🐛 I can't seem to replicate the issue sadly, below I have posted a GIF of me trying to replicate it, can you tell me if I'm doing something wrong ? 🕵️ Steps I followed
Thanks again for the report! 🐛 |
@Zeegaan I was able to replicate it. Try doing it in the same group as the hero header property. Please see the attached gif of me replicating it. |
@Zeegaan I just tested it in 8.16 and it happens there too 😢 |
@Zeegaan I have just tested it in 8.8.4 and it happens there too. |
@Zeegaan as a final test it also happens in 8.0.3 too. |
@Zeegaan Okay Okay I hear you asking for me to test in v7 as well. Sadly it also happens in 7.15.7 I wasn't expecting that at all. |
Hi @prjseal, thank you for the thorough investigation, it helped a lot 👏 It has something to do with how the frontend determines the ID of a given property. Now that the 2 properties have the same ID, they will continue to have the same ID even after we've changed the alias on the new property. I've passed this on to the front-end team so they can look at it when time is available 💪 My test setup
|
@Zeegaan great work in replicating the bug and diagnosing the issue. As it is such a wide reaching bug, I wonder if it will get any priority? |
Hi again @prjseal - all great that we've found all this! Since this has been a problem for a long time and you're seemingly one of the first people to encounter it, we'd like to kindly ask you if you would like to help yourself here? |
Hi @prjseal, We're writing to let you know that we would love some help with this issue. We feel that this issue is ideal to flag for a community member to work on it. Once flagged here, folk looking for issues to work on will know to look at yours. Of course, please feel free work on this yourself ;-). If there are any changes to this status, we'll be sure to let you know. For more information about issues and states, have a look at this blog post Thanks muchly, from your friendly Umbraco GitHub bot :-) |
Fixed in 8.18 and 9.1.0 by PR #11257 |
Which exact Umbraco version are you using? For example: 8.13.1 - don't just write v8
v9 RC 2
Bug summary
v9 RC 2 with default starter kit installed.
I went to add a new property to the home page, but it had the same alias as an existing property (heroHeader)
When I pressed save it said it can't save because a property already exists with that alias.
I then changed the alias of my new property and pressed save.
This sort of thing happens a lot and doesn't normally cause an issue.
I noticed that the original property has disappeared the page doesn't load on the front end any more, complaining about the missing property Hero Header
Specifics
Please see the bug summary
Steps to reproduce
Please see the bug summary
Expected result / actual result
I expected to get the warning message that i can't save a property with the same alias and nothing bad would happen. I would then rename my new alias and hit save and all be set up correctly.
The original Hero Header property was lost.
The text was updated successfully, but these errors were encountered: