Skip to content

Commit

Permalink
Merge pull request #49 from QuickCorp/v2.3
Browse files Browse the repository at this point in the history
adding serviceClass attribute to widgets
  • Loading branch information
jeanmachuca committed Apr 16, 2021
2 parents 25adba7 + 980a914 commit 8cd445a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions QCObjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -3185,6 +3185,10 @@
componentBody.setAttribute("viewClass",componentWidget.getAttribute("viewClass"));
componentWidget.removeAttribute("viewClass");
}
if (componentWidget.hasAttribute("serviceClass")){
componentBody.setAttribute("serviceClass",componentWidget.getAttribute("serviceClass"));
componentWidget.removeAttribute("serviceClass");
}
if (componentWidget.hasAttribute("tplextension")){
componentBody.setAttribute("tplextension",componentWidget.getAttribute("tplextension"));
componentWidget.removeAttribute("tplextension");
Expand Down

0 comments on commit 8cd445a

Please sign in to comment.