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

Change a editor on a property, changes it multiple places #17297

Open
Welander1994 opened this issue Oct 17, 2024 · 2 comments
Open

Change a editor on a property, changes it multiple places #17297

Welander1994 opened this issue Oct 17, 2024 · 2 comments
Assignees
Labels

Comments

@Welander1994
Copy link

Welander1994 commented Oct 17, 2024

Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)

14.3

Bug summary

if i have two properties that use the same editor type, and I change one of them to something else it will also change the other one.
I would understand if you have a configured editor and you have applied that to multiple properties that it will change everywhere if I changed the configuration of it.
But if I switch from standard editor on a property to another standard editor, it should not change on other properties,
Let's say I have two properties that both are textstring, and I change one of them to use RTE instead, it will change both of them, is this intended behavior?

Specifics

No response

Steps to reproduce

2024-10-14.14-32-54.mp4

Expected result / actual result

No response


This item has been added to our backlog AB#45093

@Welander1994
Copy link
Author

It looks like what is happening is that when I try to change to another editor, it updates/edits the one I'm on instead of switching.

@leekelleher leekelleher self-assigned this Nov 6, 2024
@leekelleher
Copy link
Member

@Welander1994 Thank you for raising this issue. 🙏

I'd to clarify the functionality, it is intentional, a long standing feature. The main difference in v14 is the missing labelling around it. For example, in v13, the property's selected Data Type had Edit and Change actions, where as in v14 the title acts as the Edit and the Change action is present.

Screenshot 2024-11-07 092958

Then within the edit Data Type modal, in v13, a notice was labelled at the top: "All Document Types using this editor will get updated with the new settings." to signal the intent.

Screenshot 2024-11-07 093018

For v14, we should have the equivalent messaging.

Although we may not re-introduce the separate Edit action/button, as clicking on the reference title (to open/edit) brings UI/UX consistency with how that component is reused in other areas, e.g. for various Picker editors, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants