mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-11-28 09:10:07 +00:00
Acknowledge that gadgets have their position explicitly defined
Bug: T97410 Change-Id: Ie5dff4f63a0068f47daf4e6d1fcc7a99d008ca52
This commit is contained in:
parent
9383a1fd20
commit
3b141e7276
|
@ -474,6 +474,7 @@ class GadgetResourceLoaderModule extends ResourceLoaderWikiModule {
|
||||||
$this->dependencies = $dependencies;
|
$this->dependencies = $dependencies;
|
||||||
$this->targets = $targets;
|
$this->targets = $targets;
|
||||||
$this->position = $position;
|
$this->position = $position;
|
||||||
|
$this->isPositionDefined = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue