wzy
2022-10-09 b817fbb5145bbdf84f0e0c50969d429c28809f53
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));