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

Fixes #5952, BZ1079174 - Fixes issue with content view filter name and d... #4296

Merged
merged 1 commit into from Jul 29, 2014

Conversation

adamruzicka
Copy link
Member

...escription being impossible to edit

@ehelms
Copy link
Member

ehelms commented Jun 18, 2014

@adamruzicka I have added you to our contributor group and if you go here (https://github.com/orgs/Katello/members) and set your membership to public future pull requests will get automatically tested.

@waldenraines
Copy link
Contributor

[test]

$scope.working = false;
};

var success = function (response) {
Copy link
Contributor

Choose a reason for hiding this comment

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

We prefer declaring all vars at the top of the function and then assigning them below. I will add this to the code conventions.

Copy link
Contributor

Choose a reason for hiding this comment

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

@ehelms
Copy link
Member

ehelms commented Jul 17, 2014

[test]

@waldenraines
Copy link
Contributor

@adamruzicka can you please squash those two commits and rebase this PR?

@@ -228,6 +229,12 @@ angular.module('Bastion.content-views').config(['$stateProvider', function ($sta
controller: 'PackageFilterController',
templateUrl: 'content-views/details/filters/views/package-filter-details.html'
})
.state('content-views.details.filters.details.rpm.edit', {
url: '/edit',
Copy link
Contributor

Choose a reason for hiding this comment

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

These states are going to need permissions now that #4382 has been merged. I believe these will all be permission: 'edit_content_views'.

@waldenraines
Copy link
Contributor

When I update the description of a filter the description is included in the JSON sent to the server but the description is not updated in the response.

@adamruzicka
Copy link
Member Author

@waldenraines should work now
update_pastie

@waldenraines
Copy link
Contributor

@adamruzicka can you squash those two commits?

…name and description being impossible to edit
@waldenraines
Copy link
Contributor

I still cannot save a filter's description:

  1. Go to the filter details page
  2. Save description
  3. Notice the description is not updated

@waldenraines
Copy link
Contributor

I tried this again and it worked, must have been PEBCAK, ACK.

waldenraines pushed a commit that referenced this pull request Jul 29, 2014
Fixes #5952, BZ1079174 - Fixes issue with content view filter name and d...
@waldenraines waldenraines merged commit c75755e into Katello:master Jul 29, 2014
@adamruzicka
Copy link
Member Author

thanks, I'm glad it got sorted out

@adamruzicka adamruzicka deleted the fixes-5952 branch October 1, 2014 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants