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

Add support for Domain Sort order in v11.3 #481

Merged
merged 2 commits into from
Mar 29, 2023
Merged

Conversation

KevinJump
Copy link
Owner

Umbraco v11.3 has support for sorting Domain Host config, this is through the extension of the IDomain interface.

this change adds the necessary code to:

  1. Check if Domain Sorting is supported by this version
  2. Use reflection to get and set the sort value for IDomain values.

@KevinJump KevinJump merged commit 727f3dc into v11/dev Mar 29, 2023
@KevinJump KevinJump deleted the v11/domain-sort branch March 29, 2023 07:44
KevinJump added a commit that referenced this pull request Mar 29, 2023
* Add support for Domain Sort order in v11.3

* Clean the using statements for these two files.
KevinJump added a commit that referenced this pull request Mar 29, 2023
* Add RequiredAdmin to ISyncAdd on - so we can hide uSync tabs.

* Change to HideAddOns setting - simpler less dependencies.

* Fix: SignalR root missing on first install/upgrade (#482)

* Add support for Domain Sort order in v11.3 (#481)

* Add support for Domain Sort order in v11.3

* Clean the using statements for these two files.

* re-instate lookup by key value (used only in uSync.Complete). (#485)

* Ensure we put cultures in for null values, even when they are not there. (#486)

* Tidy: Comment warning fix.

* Add logging - to log when someone runs something.

* Update: Make sure we include blank cultures when only some values are set.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant