Fix page-load action not being picked up when using the spread operator.
This commit is contained in:
parent
1a19a9b698
commit
ce930181cd
|
|
@ -51,7 +51,7 @@ public class LayoutActionServiceImpl implements LayoutActionService {
|
||||||
* {{JSON.stringify(fetchUsers)}}
|
* {{JSON.stringify(fetchUsers)}}
|
||||||
* This pattern should return ["JSON.stringify", "fetchUsers"]
|
* This pattern should return ["JSON.stringify", "fetchUsers"]
|
||||||
*/
|
*/
|
||||||
private final Pattern pattern = Pattern.compile("[a-zA-Z0-9._]+");
|
private final Pattern pattern = Pattern.compile("[a-zA-Z_][a-zA-Z0-9._]*");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* To replace fetchUsers in `{{JSON.stringify(fetchUsers)}}` with getUsers, the following regex is required :
|
* To replace fetchUsers in `{{JSON.stringify(fetchUsers)}}` with getUsers, the following regex is required :
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user