fix
Helius
2021-11-08 37a869976450a44a842ee6bcd9b3618e1ece62e7
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));