Projet

General

Profil

Customize filter in Project Tasks

Ajouté par Alex Alex il y a plus de 6 ans

Hello. I'm novice in alfresco and beCPG. And I need your help.
Is there any opportunity to customize filter in DataLists in Projects.
I can consider, that I must change filter models but where are they I don't know. Help me please!


Réponses (2)

RE: Customize filter in Project Tasks - Ajouté par Philippe Quéré il y a plus de 6 ans

Hello,

You must extend the form of the type "bcpg:taskList" (see file becpg-project-form-config.xml).
The form has the id filter:

<form id="filter">
    <field-visibility>
        <show id="pjt:tlTaskLegend" />
        <show id="pjt:tlResources" />
        <show id="pjt:tlState" />
        <show id="pjt:tlIsMilestone" />
    </field-visibility>
    <appearance>
        <field id="pjt:tlState">
            <control template="/org/alfresco/components/form/controls/selectmany.ftl">
                <control-param name="insertBlank">true</control-param>
                <control-param name="isSearch">true</control-param>
            </control>
        </field>
    </appearance>
</form>

RE: Customize filter in Project Tasks - Ajouté par Alex Alex il y a plus de 6 ans

thank you so much!!! best regards!!!))

    (1-2/2)