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

Harvest preview improvements #1888

Merged
merged 5 commits into from Sep 17, 2018
Merged

Harvest preview improvements #1888

merged 5 commits into from Sep 17, 2018

Conversation

noirbizarre
Copy link
Contributor

This pull requests fixes some bugs on harvest preview:

  • ensure that the harvest source edit form preview is done against the current form content instead of the stored sourceconfig
  • prevent some unicode errors in harvest error handling

@noirbizarre noirbizarre added this to the 1.6.0 milestone Sep 14, 2018
@noirbizarre noirbizarre requested a review from a team September 14, 2018 14:24
@noirbizarre noirbizarre changed the title Preview improvements Harvest preview improvements Sep 14, 2018
Copy link
Contributor

@abulte abulte left a comment

Choose a reason for hiding this comment

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

💪 Regarding unicode handling of errors, did you test with http://data.montpellier3m.fr/? I noticed it was failing w/ unicode errors and even tried to fix them to no avail.

},
'form:change': function(form) {
if (form.validate()) {
this.$dispatch('harvest:source:form:changed', this.serialize())
Copy link
Contributor

Choose a reason for hiding this comment

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

missing ;

@noirbizarre noirbizarre merged commit e2e690d into opendatateam:master Sep 17, 2018
@noirbizarre noirbizarre deleted the preview-improvements branch September 17, 2018 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants