Issue #7868 has been reported by Matt Robinson. ---------------------------------------- Bug #7868: CSV export link doesn't filter correctly on class or group pages https://projects.puppetlabs.com/issues/7868
Author: Matt Robinson Status: Accepted Priority: Normal Assignee: Category: Target version: Keywords: Branch: Affected URL: Affected Dashboard version: If you have nodes in a group or class, when you view the group or class it lists them. At the bottom of the node listing there's a link to export CSV of the nodes that exports all nodes. Currently the csv link in other parts of the site is filtering based on routes that are defined according to the status of the nodes you want to filter on. The statuses should almost never change, so hard wiring in routes isn't a problem, but classes our groups could be anything. May need to either pass the group or class to filter on as a parameter, or figure out a route scheme that turns them into parameters to filter on smoothly. Then there's some controller logic for the scoped_index that will need to know how to deal with those params. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
