To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Show
Ignore:
Timestamp:
09/07/10 17:08:36 (21 months ago)
Author:
tboutell
Message:

Fixed #428 (you can no longer reorder in an area while it has an unsaved new slot) and greatly sped up the move arrows. They now work on the client side without waiting for the site to refresh the area.

Refactored the JavaScript? associated with the up and down arrows.

Fixed a previously unnoticed bug: a-new-slot wasn't getting cleared when a slot was saved.

TODO: strip down the response from the server to a yea or a nay.
TODO: actually do something about a nay (like refreshing the area).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostrophePlugin/trunk/lib/action/BaseaSlotActions.class.php

    r2139 r2144  
    161161        // a newly saved slot with an edit view 
    162162        "variant" => $variant, 
     163        // Having the actual slot makes it possible to check if it's new and 
     164        // shut off a-new-slot 
     165        "slot" => $this->slot, 
    163166        "validationData" => $this->validationData)); 
    164167  }