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

Docs updates + Inconsistant casing change of MakeReadOnly #40

Merged
merged 9 commits into from
Apr 10, 2018

Conversation

jonrandahl
Copy link
Contributor

Except the MakeReadonly() to MakeReadOnly() typo, this should probably be actioned further in order to maintain backwards compatibility.

minor typo in `IEnumerable<object>`; previously read `IEnumrable<object>`
Update 03-property-editors-00-entity-picker.md
makeReadonly() to MakeReadOnly() to match documentation
Update FluidityEditorFieldConfig`T.cs
method typo, replaced semi-colon with opening curly bracket,
@@ -160,7 +160,7 @@ public FluidityEditorFieldConfig(Expression<Func<TEntityType, TValueType>> prope
/// Makes the the field readonly, disabling editing in the UI.
/// </summary>
/// <returns>The editor field configuration.</returns>
public FluidityEditorFieldConfig<TEntityType, TValueType> MakeReadonly()
public FluidityEditorFieldConfig<TEntityType, TValueType> MakeReadOnly()
{
//TODO: Create defaults for different primitives
return MakeReadonly(type => type?.ToString());
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs changing to MakeReadOnly too as currently breaking the build.

@mattbrailsford mattbrailsford dismissed their stale review April 10, 2018 15:57

Made the change via github instead

@mattbrailsford mattbrailsford merged commit 8f9890d into mattbrailsford:develop Apr 10, 2018
@mattbrailsford mattbrailsford added this to the 1.0.3 milestone Apr 10, 2018
@mattbrailsford mattbrailsford changed the title Minor updates mostly Docs updates + Inconsistant casing change of MakeReadOnly Apr 10, 2018
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.

2 participants