Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Changed the form tag helpers execution order to be more explicit. #4852

Merged
merged 1 commit into from
Jun 10, 2016

Conversation

kichalla
Copy link
Member

[Fixes #4824] Fix Travis failure for test Microsoft.AspNetCore.Mvc.FunctionalTests.TagHelpersTest.ReregisteringAntiforgeryTokenInsideFormTagHelper_DoesNotAddDuplicateAntiforgeryTokenFields

@rynowak @dougbu @NTaylorMullen

Travis build succeeded: https://travis-ci.org/aspnet/Mvc/builds/136761441

@Eilon
Copy link
Member

Eilon commented Jun 10, 2016

:shipit:

@@ -41,14 +41,10 @@ public FormTagHelper(IHtmlGenerator generator)
Generator = generator;
}

// This taghelper's order must be lower than the RenderAtEndOfFormTagHelper. i.e It must be executed before
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: TagHelper, same in other comment. Just for consistency 😄

@NTaylorMullen
Copy link
Contributor

:shipit:

1 similar comment
@dougbu
Copy link
Member

dougbu commented Jun 10, 2016

:shipit:

[Fixes #4824] Fix Travis failure for test Microsoft.AspNetCore.Mvc.FunctionalTests.TagHelpersTest.ReregisteringAntiforgeryTokenInsideFormTagHelper_DoesNotAddDuplicateAntiforgeryTokenFields
@kichalla kichalla force-pushed the kiran/ci-fix-order-formtaghelpers branch from 94f750b to a2feeab Compare June 10, 2016 18:28
@kichalla kichalla merged commit a2feeab into dev Jun 10, 2016
@kichalla kichalla deleted the kiran/ci-fix-order-formtaghelpers branch August 4, 2016 18:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants