FLUID-4317: Full-page versions of UIOptions don't use their own templates by default

Metadata

Source
FLUID-4317
Type
Bug
Priority
Critical
Status
Closed
Resolution
Fixed
Assignee
Cindy Li
Reporter
Anastasia Cheetham
Created
2011-06-30T14:32:13.176-0400
Updated
2011-07-25T10:22:07.514-0400
Versions
N/A
Fixed Versions
  1. 1.4
Component
  1. UI Options

Description

UIOptions uses the fat-panel template by default. The two full-page flavours do not actually override this default to specify their own required templates themselves - it falls upon the integrator to do it. The full-page versions should have a demands block that specifies the correct template.

This will require that integrators specify all filenames (and replicate anything else that's in the demands block) if they wish to override any of them (since demands blocks don't merge, they replace), but this is an overriding problem with demands blocks in general - not specific to UIOptions.

Comments

  • Cindy Li commented 2011-07-25T10:21:55.961-0400

    The pull request is merged into project repo at 6d6c5ddc4ac62499c026c9d61430459eb73d2e94

  • Cindy Li commented 2011-07-25T10:22:07.513-0400

    Closed