mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 01:11:23 +03:00
Change id generation algorithm, display notifications total on the main page
This commit is contained in:
@@ -7,7 +7,8 @@ const Errors = {
|
||||
module.exports = {
|
||||
inputs: {
|
||||
cardId: {
|
||||
type: 'number',
|
||||
type: 'string',
|
||||
regex: /^[0-9]+$/,
|
||||
required: true
|
||||
},
|
||||
text: {
|
||||
|
||||
Reference in New Issue
Block a user