mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 09:37:29 -04:00
Change placeholder
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
4c4f50ee2d
commit
37ae5cb100
1 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@
|
|||
return;
|
||||
}
|
||||
|
||||
var placeholder = 'text/plain';
|
||||
var placeholder = 'dummy.jpg';
|
||||
if (check['operator'] === 'matches' || check['operator'] === '!matches') {
|
||||
placeholder = '/^dummy-.+$/i';
|
||||
|
||||
|
|
@ -75,4 +75,4 @@
|
|||
};
|
||||
})();
|
||||
|
||||
OC.Plugins.register('OCA.WorkflowEngine.CheckPlugins', OCA.WorkflowEngine.Plugins.FileNamePlugin);
|
||||
OC.Plugins.register('OCA.WorkflowEngine.CheckPlugins', OCA.WorkflowEngine.Plugins.FileNamePlugin);
|
||||
Loading…
Reference in a new issue