几分钟前,我做了一个最简单的OTRS模块,根据这篇文章:
Writing a new OTRS frontend module
All is ok. But now, i need to move out this module from OTRS.
How can i do this?
Thanks.发布于 2017-02-17 15:20:04
您需要做的就是删除已创建的文件,然后重新构建配置。
在OTRS 5.0.x中,您可以通过:
bin/otrs.Console.pl维护::配置::重建
对于较旧的版本:
bin/otrs.RebuildConfig.pl
https://stackoverflow.com/questions/42158425
复制相似问题