Problem/Motivation

  • Remove container parameter
  • Just return the string ‘live’
  • Remove parameter negotiator
  • Remove negotiator base class

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

timmillwood created an issue. See original summary.

timmillwood’s picture

Assigned: timmillwood » Unassigned
Status: Active » Needs review
FileSize
18.55 KB

Initial stab at this.

amateescu’s picture

I missed this part of the discussion in Vienna, so just a quick question for now, why are we removing the parameter negotiator?

timmillwood’s picture

@amateescu - the parameter negotiator is not used anywhere. You'll notice it doesn't exist in the current version of Multiversion (http://cgit.drupalcode.org/multiversion/tree/src/Workspace). It was added to Workspace 2.x when we were looking at rendering a "preview" of each workspace in an iframe, so we could load /?workspace=stage and /?workspace=live etc. Now that functionality is on hold or may not even be implemented there's no need for the negotiator to be added.

amateescu’s picture

Status: Needs review » Fixed
FileSize
18.87 KB
3.42 KB

Ok, then it makes perfect sense to remove it for now. I did a few minor changes and committed to 8.x-2.x

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.