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

219 - Fix Bugs in Load Data Feature #220

Merged
merged 4 commits into from
Apr 25, 2016

Conversation

maeisabelle
Copy link
Contributor

@maeisabelle maeisabelle commented Apr 25, 2016

This will fix marklogic/datahub-central#1478

  • Fixed issue in saving options and loading of previous options
  • Also added validation for missing input file path

Kindly review.

- Also added validation for missing input file path
@@ -237,6 +237,16 @@
]
}
];
angular.forEach(previousOptions, function(value, key) {
$.each(groups, function(i, group) {
Copy link
Contributor

Choose a reason for hiding this comment

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

please use angular.forEach... just in case we remove jQuery later.

@@ -157,7 +177,9 @@
}

$scope.$watch('mlcp.input_file_path', function(value) {
searchPath(value);
if(isValidInputFilePath(value)) {
Copy link
Contributor

Choose a reason for hiding this comment

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

The first time you open this dialog ever you get the error right off the bat. We need to set a default value for input_file_path or something.

@paxtonhare paxtonhare merged commit 9eede67 into Marklogic-retired:master Apr 25, 2016
@paxtonhare paxtonhare deleted the 219-FixLoadDataBugs branch April 25, 2016 17:44
brucean52 pushed a commit to brucean52/marklogic-data-hub that referenced this pull request Mar 2, 2020
…N/explorer-ui:dhrpod4369 to develop

* commit '934a2d944d0b79b4a07a3f801465b7faff70b78f':
  updated Dockerfile for CI/CD pipeline
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.

3 participants