Menu

#7 Marking item as changed when changing binding

closed-fixed
QPS (15)
5
2003-07-15
2003-07-10
No

When binding for several items is changed item is not
notified about changes. There are 2 possible situations
when it matter:
1) class like StaticItemU or SmartStream (not yet
implemented) is used - we need item.touch() call;
2) ite.store() is redefined to make this item and other
bricks depending on it - we need item.store() call.
Certainly store() implies touch(), but store() can be too
slow for mass update.

Discussion

  • Denis S. Otkidach

    Logged In: YES
    user_id=63454

    Using store([joinField]). If it's too slow, you can optimize
    it for cases when only certain fields (one field here) are
    stored.

     
  • Denis S. Otkidach

    • assigned_to: nobody --> ods
    • status: open --> closed-fixed
     

Log in to post a comment.