【问题标题】:workflow "action menu" popup in Oracle webcenter content(WCC aka UCM) do not show-up in correct position.Oracle webcenter 内容(WCC aka UCM)中的工作流“操作菜单”弹出窗口未显示在正确的位置。
【发布时间】: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


    【解决方案1】:

    如果您认为这是一个错误,我会打开一个 Oracle SR。

    但是,自己修复它可能是最简单的。

    【讨论】:

    • 谢谢。为了简单地修复,您提到要覆盖标准的 WorkflowInQueue 组件,然后进行相应的自定义?
    • 我将创建一个新的自定义组件。我会用它来覆盖我需要的任何内容。
    猜你喜欢
    • 2021-12-02
    • 1970-01-01
    • 1970-01-01
    • 2014-01-24
    • 1970-01-01
    • 2023-03-27
    • 2022-01-03
    • 1970-01-01
    • 2021-03-28
    相关资源
    最近更新 更多