我正在使用与 Mantis BT 集成的 Gitlab 所有必需的插件都已安装和配置
在 Mantis BT 中Repositories -> Action -> Manage,对于所需的项目,单击 Update Repository,因为我们有一个名为 的字段Gitlab Repository ID。
对于那个项目。当我提供一些数字并更新它们的存储库时,更改集中的结果已更改,但文件和问题字段值未更新。
问题:
在mantis中配置自定义字段时,我收到此错误消息,任何想法
解析错误:语法错误,第3行的C:\ wamp\www\MyProj\custom_strings_inc.php中的意外T_STRING
代码是
<?php
if( lang_get_current() == 'german' ) {
$defect_impact = 'Defect Impact'; #// German translation of Defect Impact
$defect_type = 'Defect Type'; #// German translation of Defect Type
$phase_of_origin = ’Phase Of Origin’; #// German translation of Phase Of Origin
}else{
# Default (use your preferred language as the default)
$defect_impact = 'Defect Impact'; // German translation of Defect Impact
$defect_type = 'Defect Type'; // German translation of Defect Type
$phase_of_origin = 'Phase Of Origin'; // German …Run Code Online (Sandbox Code Playgroud) 当我们Report Issue在Mantis,有Severity选项,我想添加一个自定义字段,它应该显示在该下拉列表中.
知道哪些文件需要更改,或者我们可以从数据库管理它吗?
有没有人对Mantis做过这种定制?我正在使用Mantis 1.1.6版本,但其他版本更新也适用于我.
谢谢
从标题可以明显看出,我在MantisBT中输入了一个错误,但错误地选择了错误的项目。我可以返回并编辑bug的大多数参数,但是不允许我更改项目。我查看了配置,那里似乎也没有选择。有没有一种方法可以通过将项目更改为正确的值来修复错误信息?