2 Replies Latest reply on Jun 19, 2008 10:38 AM by gibiman

    ListShuttle - modifications to source list?

    trouby

      Hey,

      With ListShuttle, 'copying' options from one side to the other causes the elements copied from the source list to be removed,

      I guess this is the way for you guys to keep the current state of the source list updated but this behavior is really annoying,


      Sometimes the source list has more meaning then just a list to copy items from and I would like to keep the source list as it is, without modifications.


      Is it a normal behavior?,


      Source list should never change, and the word to transfer elements from one side to another is 'Copy', not 'Move' :)



      Many thanks,

      Asaf.

        • 1. Re: ListShuttle - modifications to source list?
          seammm

          i second to that.. i would like to be able to cancel the "move" depending on the type/value of the item on the left hand side.. for instance, if i put "categories" on the left hand side, double clicking on them should not move it to the right, but rerender just the left side with "categories/files" whose parent is the category being clicked. typical entity structure is as follows.. this should help performance problems as well since not so many items would be visible at the same time.. thanks.

          drillable
          ---------
          id
          name

          category (implements drillable)
          ----------
          id
          name
          parent (category)

          item (implements drillable)
          -----
          id
          name

          category_item
          ----------------
          id
          category (category)
          item (item)

          • 2. Re: ListShuttle - modifications to source list?
            gibiman

            I sustain this idea and still , would like some way to differentiate between columns on one side and columns on the other side . That way I would content rendered in the sorce list and content rendered in the target list...