This website requires JavaScript.
Explore
Help
Sign in
Andreas
/
wekan
Watch
1
Star
0
Fork
You've already forked wekan
0
mirror of
https://github.com/wekan/wekan.git
synced
2026-02-16 13:08:07 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
5
6646b8638e
wekan
/
server
/
publications
/
customFields.js
5 lines
97 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Create custom fields creation UI added to Board Menu, Model in progress
2017-08-25 02:59:20 +02:00
Meteor
.
publish
(
'customFields'
,
function
(
)
{
server/publications files, adding return parameter for easier time measure (e.g. console.time())
2023-03-11 19:32:16 +01:00
const
ret
=
CustomFields
.
find
(
)
;
return
ret
;
Create custom fields creation UI added to Board Menu, Model in progress
2017-08-25 02:59:20 +02:00
}
)
;
Reference in a new issue
Copy permalink