We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32f9ab commit bf27d57Copy full SHA for bf27d57
src/main/resources/static/js/subscription.js
@@ -737,13 +737,16 @@ jQuery(document).ready(function() {
737
return;
738
}
739
740
+ //Currently a free-form field
741
+ /*
742
if (!(/[a-z]|[A-Z]|[0-9]|[\:\/\.]/.test(String(vm.subscription()[0].notificationMeta()).slice(-1)))) {
743
$.jGrowl("Only numbers and letters is valid to type in notificationMeta field.", {
744
sticky : false,
745
theme : 'Error'
746
});
747
748
749
+ */
750
751
if (vm.subscription()[0].subscriptionName() == "") {
752
$.jGrowl("Error: SubscriptionName field must have a value", {
0 commit comments