Merge pull request #5766 from nextcloud/bugfix/conflict-resolution-button-in-activity-not-working

Bugfix. Conflict resolution button not clickable.
This commit is contained in:
Matthieu Gallien 2023-06-07 11:47:03 +02:00 committed by GitHub
commit d63eb6a211
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -270,7 +270,7 @@ RowLayout {
maxActionButtons: activityModel.maxActionButtons
onTriggerAction: activityModel.slotTriggerAction(model.activityIndex, actionIndex)
onTriggerAction: activityModel.slotTriggerAction(activityData.activityIndex, actionIndex)
onShowReplyField: isTalkReplyOptionVisible = true
}