Skip to content

Commit d14adb6

Browse files
authored
Merge pull request #1885 from ProcessMaker/bugfix/FOUR-25350
FOUR-25350: Fix record list screen links when collections load asynchronously
2 parents 35dbc53 + f31266a commit d14adb6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/inspector/collection-records-list.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ export default {
137137
value: collection.id
138138
}))
139139
];
140+
if (this.collectionId) {
141+
this.updateScreenIds();
142+
}
140143
});
141144
},
142145
getFields() {

0 commit comments

Comments
 (0)