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

Schema editor integration #25

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed console.log
  • Loading branch information
roll committed Apr 1, 2018
commit 5a4cd7ac74d74c6937364e719eb12a3e2b011ecf
1 change: 0 additions & 1 deletion ckanext/validation/fanstatic/js/module-resource-schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ this.ckan.module('resource-schema', function($) {
var source = this.source_file || this.field_source_input.val()
var schema = this.schema_file || this.field_schema_input.val()
var onSave = function (schema, error) {
console.log(schema)
if (!error) this.field_schema_input.val(JSON.stringify(schema, null, 2))
this.div_modal.modal('hide')
this.schema_editor.dispose()
Expand Down