【发布时间】:2015-01-11 14:58:08
【问题描述】:
工作流队列页面上 Oracle webcenter 内容(WCC aka UCM)中的工作流“操作菜单”弹出窗口未显示在正确的位置。 单击操作菜单时,弹出窗口显示在图标前面(即在右侧位置),但是当我向下滚动窗口并单击操作菜单时,它显示在其位置上方。我已将标准称为包含。
我认为,解决此问题的一种方法是使用 super 即覆盖此标准包含,然后自定义弹出窗口的位置。
如果这是 WCC 的错误,那么是否有任何解决方法而不是寻求上述解决方案。
" 样式="垂直对齐:中间"> 文本对齐:中心"> "title=""src=""height="16" width="16"border="0" onclick="showPopup('popup__', 'actIcon_', event);">
<$AllowReview=1, ShowWorkflowStepInfo=1, AllowCheckin = "", AllowCheckout = "", IsStaging=""$>
<$if isTrue(dIsCheckedOut)$>
<$AllowReview=""$>
<$if dCheckoutUser like UserName$>
<$AllowCheckin=1$>
<$endif$>
<$elseif not dDocTitle$>
<$AllowReview="", AllowCheckout=1$>
<$elseif strIndexOf(#active.dWfStepType, ":C:") > -1$>
<$AllowCheckout=1$>
<$endif$>
<$if strEquals(#active.wfQueueActionState, "APPROVE")$>
<$AllowReview=""$>
<$endif$>
<$if AllowReview and dWfStepType and strIndexOf(dWfStepType, ":R:") < 0
and ((not isTrue(#env.AutoContributorAllowsReview) or
strIndexOf(dWfStepType, ":CA:") < 0))$>
<$AllowReview=""$>
<$endif$>
<$if dProjectID$>
<$IsStaging=1$>
<$endif$>
<$include workflow_action_popup$>
</td>
【问题讨论】:
标签: webcenter oracle-ucm idoc stellent