Kevin Jump

Results 201 comments of Kevin Jump

Oh, I think you have to be very clever with reflection, but i am not 100% sure how.

Hi, for the last bit yes, usync doesn't sync folders explicitly, rather it syncs items in folders and creates the folders as needed, we don't sync the key of the...

I know there is a lot in the discord discussion and i need to re-read this, but Umbraco's behavior isn't consistent here. content item notifications is fired during a package...

Some investigation the `MigrationPlansExecutedNotification` notification mentioned on discord doesn't contain the individual changes (e.g datatype updates or anything) but rather a list of 'completed' plans, it's hard to generically work...

Hi, This seems to break your stated deprecation policy? ( https://umbraco.com/products/knowledge-center/versioning-and-release-cadence/#:~:text=Deprecation,available%20in%2012.0.0). Specifically > ### Deprecation > When we need to remove something from i.e. the public API, we will release...

Hi, We've done some investigating and we think the situations will be improved (but maybe not completely solved) in the v14.2 release of uSync (just released!). ## What we have...

Hi, Sorry, i think i got confused here, that comment related to a different issue! (too many tabs!). In theory there should be no issue going from v9 to v13...

As part of a clean-up effort to better manage our backlog, we are closing older issues especially related to older versions. Since we last looked at this issue, we've made...

Hi,, You can dsiable whole groups in the UI using the UiEnabledGroups property. ```json "uSync": { "Settings": { "UiEnabledGroups": "Content" }, } ``` you can also turn off what actions...

Hi, Sorry for the very late reply. no - not at the moment you can't turn the buttons off.