FLUID-5191: Enactors would benefit from a "uiEnhancerConnections" grade

Metadata

Source
FLUID-5191
Type
Improvement
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Cindy Li
Reporter
Anastasia Cheetham
Created
2013-10-25T10:18:25.758-0400
Updated
2014-03-03T11:26:44.987-0500
Versions
N/A
Fixed Versions
  1. 1.5
Component
  1. Prefs Framework
  2. UIEnhancer

Description

Right now, any and every enactor must tie their applier to the uiEnhancer's applier using the sourceApplier option:
sourceApplier: "{uiEnhancer}.applier"

This line must be duplicated in all enactor grades.

It might be better to encapsulate this in a "fluid.prefs.uiEnhancerConnections" grade, similar to the existing "fluid.prefs.prefsEditorConnections" grade.

Comments

  • Cindy Li commented 2013-10-25T15:16:51.566-0400

    A pull request has been issued: https://github.com/fluid-project/infusion/pull/425

  • Antranig Basman commented 2013-11-21T17:38:42.194-0500

    Thanks for taking care of this problem, cindyli - merged into master at revision ae07cd4