@mjhls/mjh-framework 1.0.977-docgroup-test-v3 → 1.0.977-docgroup-test-v4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/View.js +1 -1
- package/dist/esm/View.js +1 -1
- package/package.json +1 -1
package/dist/cjs/View.js
CHANGED
|
@@ -166,7 +166,7 @@ var DocumentGroup = function DocumentGroup(_ref) {
|
|
|
166
166
|
mediaSeriesGroup = article.documentGroup;
|
|
167
167
|
}
|
|
168
168
|
if (!article.documentGroup && article.documentGroupMapping) {
|
|
169
|
-
for (var i = 0; i < documentGroupMapping.length; i++) {
|
|
169
|
+
for (var i = 0; i < article.documentGroupMapping.length; i++) {
|
|
170
170
|
if (article.documentGroupMapping[i].isShow !== false && article.documentGroupMapping[i].isSeries !== true) {
|
|
171
171
|
mediaSeriesGroup = article.documentGroupMapping[i];
|
|
172
172
|
break;
|
package/dist/esm/View.js
CHANGED
|
@@ -155,7 +155,7 @@ var DocumentGroup = function DocumentGroup(_ref) {
|
|
|
155
155
|
mediaSeriesGroup = article.documentGroup;
|
|
156
156
|
}
|
|
157
157
|
if (!article.documentGroup && article.documentGroupMapping) {
|
|
158
|
-
for (var i = 0; i < documentGroupMapping.length; i++) {
|
|
158
|
+
for (var i = 0; i < article.documentGroupMapping.length; i++) {
|
|
159
159
|
if (article.documentGroupMapping[i].isShow !== false && article.documentGroupMapping[i].isSeries !== true) {
|
|
160
160
|
mediaSeriesGroup = article.documentGroupMapping[i];
|
|
161
161
|
break;
|