Skip to content

Commit 267b8de

Browse files
committed
fix: notification.url is not readOnly
1 parent 84b9752 commit 267b8de

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

api/types/notification/schema.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ export default {
5858
},
5959
url: {
6060
type: 'string',
61-
title: 'calculé à partir de subscription.urlTemplate et event.urlParams',
62-
readOnly: true
61+
title: 'défini explicitement ou calculé à partir de subscription.urlTemplate et event.urlParams',
6362
},
6463
date: {
6564
readOnly: true,

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)