Skip to content
Code-Schnipsel Gruppen Projekte
Commit d23d679d erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

Merge branch 'next-3.x' into 'main'

Next 3.x

See merge request !101
Übergeordnete 22df572e d9877237
No related branches found
No related tags found
2 Merge Requests!140Update 'next-4.x' with latest changes from 'main',!101Next 3.x
Pipeline #8528 bestanden mit Phase
in 47 Sekunden
......@@ -242,7 +242,7 @@ define('package/quiqqer/erp/bin/backend/controls/articles/ArticleList', [
this.$articles = [];
let selectedPosition = null;
console.log(data.articles);
if (this.$Container) {
if (this.$selectedArticle) {
selectedPosition = this.$selectedArticle.getAttribute('position');
......
......@@ -95,17 +95,17 @@ public function __construct(array $attributes)
foreach ($needle as $attribute) {
if (!isset($attributes[$attribute])) {
throw new QUI\ERP\Exception(
'Missing attribute:' . $attribute
);
$attributes[$attribute] = '';
}
}
/*
if (!isset($attributes['id']) && !isset($attributes['uuid'])) {
throw new QUI\ERP\Exception(
'Missing attribute: id or uuid'
);
}
*/
$this->isCompany = !empty($attributes['isCompany']) || !empty($attributes['company']);
$this->lang = $attributes['lang'];
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren