From: Debayan Sutradhar Date: Thu, 29 Apr 2021 18:00:03 +0530 Subject: Updated WebsiteAction --- Updated WebsiteAction --- --- 'a/websiteaction/src/main/java/com/stream_pi/websiteaction/WebsiteAction.java' +++ b/websiteaction/src/main/java/com/stream_pi/websiteaction/WebsiteAction.java @@ -23,18 +23,6 @@ public class WebsiteAction extends Norma } @Override - public void onActionSavedFromServer() throws Exception - { - String website = getClientProperties().getSingleProperty("websiteURL").getStringValue(); - - if(website != null) - { - if(website.contains("google.com")) - setDisplayText("GOOGLE"); - } - } - - @Override public void initProperties() throws Exception { Property websiteUrl = new Property("websiteURL", Type.STRING); websiteUrl.setDisplayName("Website URL");