暂存任务组显示名称看起来像升级到 Kentico 9 后的代号
Staging Task Group display name looks like the code name after upgrading to Kentico 9
升级到 Kentico 9 后,我们注意到 UI 与暂存任务组关联的元素(例如按钮、下拉项)似乎使用代码名称而不是更漂亮的显示名称:
我发现 Kentico 10 documentation 表明这些可以在 "User interface" 部分下的模块应用程序中更改。但是,它说,
Do NOT use the Customize option to edit the UI elements of the default
Kentico modules. The system may overwrite such changes when upgrading
or hotfixing to a newer version. Instead, add your own UI elements
under a custom module and then use the resulting interface instead of
the original.
似乎应该默认使用显示名称,所以我不确定如何补救这种情况。此外,升级过程中可能出现问题,或者文件丢失。我该如何解决这个问题?
我会检查是否出现问题,或者您错过了最后一步,该步骤给出了它没有覆盖的文件列表,因为它认为它们已被修改,而是在新文件上放置一个 .new,直到您可以解决。
首先检查您的解决方案是否有任何以“.new”结尾的文件,这个问题很可能是资源文件 (.resx) 没有成功。
如果您找到带有 .new 的文件,请检查它旁边的非 .new 文件,将您所做的任何自定义内容复制到 .new,然后删除旧文件并从中删除“.new”新文件。
升级到 Kentico 9 后,我们注意到 UI 与暂存任务组关联的元素(例如按钮、下拉项)似乎使用代码名称而不是更漂亮的显示名称:
我发现 Kentico 10 documentation 表明这些可以在 "User interface" 部分下的模块应用程序中更改。但是,它说,
Do NOT use the Customize option to edit the UI elements of the default Kentico modules. The system may overwrite such changes when upgrading or hotfixing to a newer version. Instead, add your own UI elements under a custom module and then use the resulting interface instead of the original.
似乎应该默认使用显示名称,所以我不确定如何补救这种情况。此外,升级过程中可能出现问题,或者文件丢失。我该如何解决这个问题?
我会检查是否出现问题,或者您错过了最后一步,该步骤给出了它没有覆盖的文件列表,因为它认为它们已被修改,而是在新文件上放置一个 .new,直到您可以解决。
首先检查您的解决方案是否有任何以“.new”结尾的文件,这个问题很可能是资源文件 (.resx) 没有成功。
如果您找到带有 .new 的文件,请检查它旁边的非 .new 文件,将您所做的任何自定义内容复制到 .new,然后删除旧文件并从中删除“.new”新文件。