mirror of
https://github.com/wekan/wekan.git
synced 2026-02-02 06:31:47 +01:00
Rename notice -> announcement
This commit is contained in:
parent
aa1876f94c
commit
a88ac6113e
9 changed files with 39 additions and 39 deletions
3
server/publications/announcements.js
Normal file
3
server/publications/announcements.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Meteor.publish('announcements', function() {
|
||||
return Announcements.find();
|
||||
});
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
Meteor.publish('notices', function() {
|
||||
return Notices.find();
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue