Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用 addonproject 和 initialdata 项目创建了一个新的扩展。可悲的是,我所有的问题都只是在初始化时更新“分阶段”目录。
我尝试更改 IntialDataSystemSetup.java 以显式导入 impexes,但它们仍然只显示在暂存目录中。与 powertoolsstore 中的默认数据是否存在冲突?
我找到了解决方案。在新的扩展中缺少这个:在类中:InitialDataSystemSetup.java
getCoreDataImportService().synchronizeContentCatalog(this, context, "powertools", true);
谢谢您的帮助