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

Show
Ignore:
Timestamp:
09/09/10 12:11:21 (21 months ago)
Author:
tboutell
Message:

John and I found and fixed the following bug:

* If you save a singleton slot that has never been saved before, and variants exist, the Options menu does not appear until you refresh the page

There is special-case code to update the Options menu when a slot gets saved, however that code did not account for the fact that singleton slot controls are hauled up one level to their area wrapper.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostrophePlugin/trunk/lib/toolkit/BaseaTools.class.php

    r2134 r2164  
    574574    // 2. If app_a_allowed_variants is set and a specific list of allowed variants 
    575575    // is provided for this slot type, those variants are allowed. 
    576     // 3. If app_a_allowed_variatns is set and a specific list is not present for this slot type, 
     576    // 3. If app_a_allowed_variants is set and a specific list is not present for this slot type, 
    577577    // no variants are allowed for this slot type. 
    578578    // 4. An allowed_variants option in an a_slot or a_area call overrides all of the above.