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

Ruleset Files moved to rules/decoders section #1304

Merged
merged 10 commits into from
Mar 12, 2019
Merged

Conversation

juankaromo
Copy link
Contributor

Hi team,

This PR places files management within its appropriate section (rules or decoders), and change the new file creation place to it.

This PR solves #1298

Regards

@juankaromo juankaromo added the type/enhancement Enhancement issue label Mar 12, 2019
@juankaromo juankaromo self-assigned this Mar 12, 2019
@@ -86,6 +147,21 @@ export class FilesController {
}
}

addNewFile = type => {
Copy link
Contributor

Choose a reason for hiding this comment

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

addNewFile = type => { --> addNewFile(type) {

this.$scope.fetchedXML = '<!-- Modify it at your will. -->';
this.$scope.type = type;
this.$scope.cancelSaveAndOverwrite();
if (!this.$scope.$$phase) $scope.$digest();
Copy link
Contributor

Choose a reason for hiding this comment

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

if (!this.$scope.$$phase) $scope.$digest(); --> this.$scope.$applyAsync();

this.$location.search('editingFile', true);
this.appState.setNavigation({ status: true });
this.$scope.$emit('fetchedFile', { data: this.$scope.fetchedXML });
};
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove ;

@juankaromo
Copy link
Contributor Author

Other fixes this PR includes:

  • Re-fetch of data when changing dynamic columns
  • The current rules switch did not save the status when entering the detail of a rule.
  • Resizable columns did not work in tables with expandable rows (ng-repeat-start, ng-repeat-end).
  • Wrong colspan on some boards.

@jesusgn90
Copy link
Contributor

Good job @juankaromo !

@jesusgn90 jesusgn90 merged commit 02afbc6 into 3.9-6.6 Mar 12, 2019
@jesusgn90 jesusgn90 deleted the ruleset-files branch March 12, 2019 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Enhancement issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants