1
jyy
2021-07-31 a9a05d7425fabb41c4db84ae9f1d85c96d781eb5
zq-erp/src/main/java/com/matrix/system/common/tag/MatrixProcessorDialect.java
@@ -47,7 +47,6 @@
   public Set<IProcessor> getProcessors(final String dialectPrefix) {
      final Set<IProcessor> processors = new HashSet<IProcessor>();
      processors.add(new ButtonRoleAttributeTagProcessor(dialectPrefix));
      processors.add(new ButtonRoleJsTagProcessor(dialectPrefix));
      processors.add(new ButtonRoleFnTagProcessor(dialectPrefix));
      // This will remove the xmlns:matrix attributes we might add for IDE validation
      processors.add(new StandardXmlNsTagProcessor(TemplateMode.HTML, dialectPrefix));