Skip to content
This repository was archived by the owner on Jan 5, 2018. It is now read-only.

Conversation

primsi
Copy link
Contributor

@primsi primsi commented Sep 11, 2015

No description provided.

@primsi primsi force-pushed the cardinality_handling branch from 23186c0 to dd9c806 Compare September 11, 2015 15:02
entity_ids = existing_entities_array.join(' ');
}
else {
entity_ids = entity_ids + added_entities_array.join(' ');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this be

entity_ids = added_entities_array.join(' ');

@primsi primsi force-pushed the cardinality_handling branch from dd9c806 to 06fe9da Compare September 16, 2015 15:10
@@ -83,7 +90,7 @@ class IFrame extends DisplayBase implements DisplayRouterInterface {
public function __construct(array $configuration, $plugin_id, $plugin_definition, EventDispatcherInterface $event_dispatcher, RouteMatchInterface $current_route_match, UuidInterface $uuid, Request $request, CurrentPathStack $current_path) {
parent::__construct($configuration, $plugin_id, $plugin_definition, $event_dispatcher);
$this->currentRouteMatch = $current_route_match;
$this->uuid = $uuid;
$this->uuidService = $uuid;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one nit-pik. "$uuidGenerator" seems better name. What do you think?

@primsi primsi force-pushed the cardinality_handling branch from 06fe9da to 23878d7 Compare September 23, 2015 17:09
@primsi primsi closed this Sep 24, 2015
@primsi primsi reopened this Sep 24, 2015
slashrsm added a commit that referenced this pull request Sep 25, 2015
Issue #2566871 by Primsi: Better handle cardinality
@slashrsm slashrsm merged commit 1d53205 into drupal-media:8.x-1.x Sep 25, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants