Jan the ssm change channel stuff got ported to Java. I should remove alter pxt 
also.. I 'll dig a bit more on this later today. Thanks for thepointer..

Partha


----- Original Message -----
From: "Jan Pazdziora" <jpazdzi...@redhat.com>
To: "Partha Aji" <p...@redhat.com>
Cc: spacewalk-devel@redhat.com
Sent: Thursday, June 10, 2010 8:51:49 AM GMT -05:00 US/Canada Eastern
Subject: Re: Removed the bulk-subscribe and unsubscribe which is not used 
anywhere

> commit 59a24c76ec52099cdea609e94923d3af4e34c57e
> Author: Partha Aji <p...@redhat.com>
> Date:   Fri May 28 19:09:01 2010 -0400
> 
>     Removed the bulk-subscribe and unsubscribe which is not used anywhere
> 
> diff --git a/web/modules/sniglets/Sniglets/ListView/SystemList.pm 
> b/web/modules/sniglets/Sniglets/ListView/SystemList.pm
> index 70f422a..647b058 100644
> --- a/web/modules/sniglets/Sniglets/ListView/SystemList.pm
> +++ b/web/modules/sniglets/Sniglets/ListView/SystemList.pm
> @@ -85,11 +85,6 @@ sub _register_modes {
>                            -datasource => RHN::DataSource::System->new,
>                            -provider => \&visible_to_uid_provider);
>  
> -  Sniglets::ListView::List->add_mode(-mode => "ssm_channel_change_conf",
> -                          -datasource => RHN::DataSource::System->new,
> -                          -provider => \&ssm_channel_change_conf_provider,
> -                          -action_callback => \&ssm_channel_change_conf_cb);
> -
>    Sniglets::ListView::List->add_mode(-mode => 
> "systems_with_package_nvre_in_set",
>                            -datasource => RHN::DataSource::System->new);
>  
> @@ -663,85 +658,6 @@ sub ssm_channel_change_conf_provider {
>    return %ret;

Partha, the ssm_channel_change_conf seems to be used in
web/html/network/systems/ssm/channels/alter_subscriptions_conf.pxt:

<rhn-listview class="Sniglets::ListView::SystemList" 
mode="ssm_channel_change_conf">
  <empty_list_message>
    No systems would be affected by your channel subscription choices.
  </empty_list_message>

  <column name="Name" label="server_name" align="left"/>

  <column name="To Subscribe" label="channels_to_subscribe" align="left"/>
  <column name="To Unsubscribe" label="channels_to_unsubscribe"
  align="left"/>

  <action name="Change Subscriptions" label="ssm_change_channel_subscriptions" 
/>
</rhn-listview>

Is it correct that we are removing it? Or does the .pxt refer to
different ssm_channel_change_conf?

-- 
Jan Pazdziora | adelton at #satellite*, #brno
Satellite Engineering, Red Hat

_______________________________________________
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to