Skip to content

Commit

Permalink
#H5IS
Browse files Browse the repository at this point in the history
Shouldn't be necessary to set the culture value here, as it's set elsewhere in the code. And the value absolutely shouldn't be the destination, as that leads to a recursive object stucture 💣

See #174
  • Loading branch information
abjerner committed May 30, 2023
1 parent 20ae26b commit fadbf9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
description: "Select the culture of the destination.",
descriptionKey: "redirects_propertyDestinationCultureDescription",
view: `/App_Plugins/Skybrud.Umbraco.Redirects/Views/Editors/Culture.html?v=${cacheBuster}`,
value: destionation,
value: null,
hidden: true
}
};
Expand Down

0 comments on commit fadbf9f

Please sign in to comment.