Новые комментарии

casper - в ответ на Несколько вопросов по настройке 10 лет назад »»»
 может кто сталкивался, как скрыть от пользователей функцию поиска справа вверху, проблема с безопасностью актуальна.
alexvg75 - в ответ на Поиск людей в share 10 лет назад »»»
Ипользуем Community - v4.2.0
Причина найдена: http://stackoverflow.com/questions/17533136/alfresco-share-cant-find-peo...



avea2003 - в ответ на Просмотр почты пользователей не работает 10 лет назад »»»
Смотреть статью в вики: wiki.zimbra.com/index.php Скорей всего со временем беда.
avea2003 - в ответ на Дополнительный сертификат 10 лет назад »»»
Задача не из простых: смотри wiki wiki.zimbra.com/wiki/SSL_certificates_per_domain
Ну а на форуме тема www.zimbra.com/forums/administrators/62320-add-second-domain-ssl.html

mex - в ответ на Релиз Alvex 2014.04 Community 10 лет назад »»»
Решил откатить систему обратно на 2014.01СЕ - снес jar файлы alvex и вернул обратно прежние. Данные в реестрах пустые. Что делать? Бэкап вернуть не получилось - забыл зарезервировать БД. Можно как-то восстановить или вытянуть данные из реестров?
Neuron - в ответ на Нужна помощь при открытии вложений в Zimbra desktop 10 лет назад »»»
и как это влияет на то что в веб клиенте доступно для вложения лишь действие УДАЛИТЬ и никакое другое?

скриншот надо? :)


решено :)

mex - в ответ на Релиз Alvex 2014.04 Community 10 лет назад »»»
Почему-то на сайтах с реестрами в типе Входящие неправильно отображается колонка дата регистрации. Вместо фактической вижу текущую. Странно... =) Все документы теперь зарегистрированы одной датой, хотя по факту они были зарегистрированы ранее.
mex - в ответ на Подскажите правильный ход =) 10 лет назад »»»
Да, скорее всего аттестовать. Это возможно? Требования пока не знаю, думаю что все будет согласно ФЗ...
mex - в ответ на Релиз Alvex 2014.04 Community 10 лет назад »»»
Не все свойства отображаются. Не совсем понял где ошибки в браузере искать =) , у меня Firefox нажал F12 до загрузки "Настройка страницы" вроде ошибок не увидел.
При данной конфигурации в настройке страницы я вижу в стобцах только это:
- номер;
- дата регистрации;
- reqCounterType;
- locateCounter;
- clientInitial1;
- clientTel1;
- clientTel2;
- clientTel3;
- clientAddr;
- clientComment.

Остальное не вижу. Хотя до обновления все было видно.

Модель:

<?xml version="1.0" encoding="UTF-8"?>

<model
        name="mydocs:documents_model"
        xmlns="http://www.alfresco.org/model/dictionary/1.0"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.alfresco.org/model/dictionary/1.0 modelSchema.xsd">

    <imports>
        <import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d"/>
        <import uri="http://www.alfresco.org/model/content/1.0" prefix="cm"/>
        <import uri="http://www.alfresco.org/model/system/1.0" prefix="sys"/>
        <import uri="http://www.alfresco.org/model/datalist/1.0" prefix="dl"/>
        <import uri="http://alvexcore.com/prefix/alvexdt" prefix="alvexdt"/>
    </imports>

    <namespaces>
        <namespace uri="http://mycompany.org/prefix/mydocs" prefix="mydocs"/>
    </namespaces>

    <constraints>
        <constraint name="mydocs:reqCounterType" type="LIST">
            <parameter name="allowedValues">
                <list>
                    <value>1</value>
                    <value>2</value>
                    <value>3</value>
                    <value>other</value>
                    <value>unknown</value>
                </list>
            </parameter>
        </constraint>
        <constraint name="mydocs:reqLocateCount" type="LIST">
            <parameter name="allowedValues">
                <list>
                    <value>indoor</value>
                    <value>outdoor</value>
                    <value>unknown</value>
                </list>
            </parameter>
        </constraint>
        <constraint name="mydocs:reqStatus" type="LIST">
            <parameter name="allowedValues">
                <list>
                    <value>passedVerification</value>
                    <value>failedVerification</value>
                    <value>notProcessed</value>
                    <value>denialOfService</value>
                </list>
            </parameter>
        </constraint>
    </constraints>

    <types>
        <type name="mydocs:document_request_vum">
            <title>Заявка на ПБС</title>
            <parent>alvexdt:object</parent>
            <associations>
                <association name="mydocs:contractManager">
                    <title>Contract Manager</title>
                    <source>
                        <mandatory>false</mandatory>
                        <many>true</many>
                    </source>
                    <target>
                        <class>cm:person</class>
                    </target>
                </association>
            </associations>
            <mandatory-aspects>
                <aspect>alvexdt:identified</aspect>
                <aspect>mydocs:clientInfo</aspect>
                <aspect>mydocs:execRequest</aspect>
            </mandatory-aspects>
        </type>               
    </types>

    <aspects>
        <aspect name="mydocs:clientInfo">
            <properties>
                <property name="mydocs:clientInitial">
                    <type>d:text</type>
                    <index enabled="true">
                        <atomic>true</atomic>
                        <stored>true</stored>
                        <tokenised>both</tokenised>
                    </index>
                </property>
                <property name="mydocs:clientTel1">
                    <type>d:text</type>
                    <index enabled="true">
                        <atomic>true</atomic>
                        <stored>true</stored>
                        <tokenised>both</tokenised>
                    </index>
                </property>
                <property name="mydocs:clientTel2">
                    <type>d:text</type>
                    <index enabled="true">
                        <atomic>true</atomic>
                        <stored>true</stored>
                        <tokenised>both</tokenised>
                    </index>
                </property>
                <property name="mydocs:clientTel3">
                    <type>d:text</type>
                    <index enabled="true">
                        <atomic>true</atomic>
                        <stored>true</stored>
                        <tokenised>both</tokenised>
                    </index>
                </property>
                <property name="mydocs:clientAddr">
                    <type>d:text</type>
                    <index enabled="true">
                        <atomic>true</atomic>
                        <stored>true</stored>
                        <tokenised>both</tokenised>
                    </index>
                </property>
                <property name="mydocs:clientComment">
                    <type>d:mltext</type>
                    <index enabled="true">
                        <atomic>true</atomic>
                        <stored>true</stored>
                        <tokenised>both</tokenised>
                    </index>
                </property>
            </properties>
        </aspect>
        <aspect name="mydocs:execRequest">
            <properties>
                <property name="mydocs:counterType">
                    <type>d:text</type>
                    <default>unknown</default>
                    <constraints>
                        <constraint ref="mydocs:reqCounterType" />
                    </constraints>
                </property>
                <property name="mydocs:locateCounter">
                    <type>d:text</type>
                    <default>unknown</default>
                    <constraints>
                        <constraint ref="mydocs:reqLocateCount" />
                    </constraints>
                </property>
                <property name="mydocs:status">
                    <type>d:text</type>
                    <default>notProcessed</default>
                    <constraints>
                        <constraint ref="mydocs:reqStatus" />
                    </constraints>
                </property>
                <property name="mydocs:specialistLastname">
                    <type>d:text</type>
                    <index enabled="true">
                        <atomic>true</atomic>
                        <stored>true</stored>
                        <tokenised>both</tokenised>
                    </index>
                </property>
                <property name="mydocs:dateStart">
                    <type>d:date</type>
                    <index enabled="true">
                        <atomic>true</atomic>
                        <stored>true</stored>
                        <tokenised>false</tokenised>
                    </index>
                </property>
                <property name="mydocs:dateComplete">
                    <type>d:date</type>
                    <index enabled="true">
                        <atomic>true</atomic>
                        <stored>true</stored>
                        <tokenised>false</tokenised>
                    </index>
                </property>
                <property name="mydocs:dateGarant">
                    <type>d:date</type>
                    <index enabled="true">
                        <atomic>true</atomic>
                        <stored>true</stored>
                        <tokenised>false</tokenised>
                    </index>
                </property>
            </properties>
        </aspect>
    </aspects>

</model>
---

Конфиг:

<alfresco-config>

    <config evaluator="model-type" condition="mydocs:document_request_vum">
        <forms>
            <form id="datagrid">
                <field-visibility>
                    <show id="alvexdt:id" />
                    <show id="mydocs:clientInitial" />
                    <show id="mydocs:clientTel1" />
                    <show id="mydocs:clientAddr" />
                    <show id="mydocs:counterType" />
                    <show id="mydocs:status" />
                    <show id="mydocs:specialistLastname" />
                    <show id="mydocs:dateStart" />
                    <show id="mydocs:dateComplete" />
                    <show id="mydocs:dateGarant" />
                    <show id="alvexdt:files" />
                </field-visibility>
            </form>
            <form>
                <field-visibility>
                    <show id="alvexdt:id" />
                    <show id="alvexdt:registerDate" />
                    <show id="mydocs:clientInitial" />
                    <show id="mydocs:clientAddr" />
                    <show id="mydocs:clientTel1" />
                    <show id="mydocs:clientTel2" />
                    <show id="mydocs:clientTel3" />
                    <show id="mydocs:counterType" />
                    <show id="mydocs:locateCounter" />
                    <show id="mydocs:clientComment" />
                </field-visibility>
                <create-form template="/alvex-form.ftl" />
                <appearance>
                    <set id="id" appearance="" label="" template="/org/alfresco/components/form/2-column-set.ftl"/>
                    <set id="consumer" appearance="" label="" template="/alvex-2-column-set-wide-right.ftl"/>
                    <set id="consumer_tel" appearance="" label="" template="/org/alfresco/components/form/3-column-set.ftl"/>
                    <set id="counter" appearance="" label="" template="/org/alfresco/components/form/2-column-set.ftl"/>
                    <set id="comment" appearance="" label="" />
                    <set id="files" appearance="" label=""/>
                    <set id="related" appearance="" label="" template="/org/alfresco/components/form/2-column-set.ftl"/>
                    <field set="id" id="alvexdt:id">
                        <control template="/alvex-auto-numberer.ftl"/>
                    </field>
                    <field set="id" id="alvexdt:registerDate">
                        <control template="/alvex-autodate.ftl"/>
                    </field>
                    <field set="consumer" id="mydocs:clientInitial">
                        <control template="/org/alfresco/components/form/controls/textfield.ftl">
                            <control-param name="style">width: 98%</control-param>
                        </control>
                    </field>
                    <field set="consumer" id="mydocs:clientAddr">
                        <control template="/org/alfresco/components/form/controls/textfield.ftl">
                            <control-param name="style">width: 98%</control-param>
                        </control>
                    </field>
                    <field set="consumer_tel" id="mydocs:clientTel1" />
                    <field set="consumer_tel" id="mydocs:clientTel2" />
                    <field set="consumer_tel" id="mydocs:clientTel3" />
                    <field set="counter" id="mydocs:counterType" />
                    <field set="counter" id="mydocs:locateCounter" />
                    <field set="comment" id="mydocs:clientComment">
                        <control template="/alvex-mltext.ftl">
                            <control-param name="style">width: 98%</control-param>
                        </control>
                    </field>
                </appearance>
            </form>
        </forms>
    </config>

    <config evaluator="node-type" condition="mydocs:document_request_vum">
        <forms>
            <form>
                <field-visibility>
                    <show id="alvexdt:id" />
                    <show id="alvexdt:registerDate" />
                    <show id="mydocs:clientInitial" />
                    <show id="mydocs:clientAddr" />
                    <show id="mydocs:clientTel1" />
                    <show id="mydocs:clientTel2" />
                    <show id="mydocs:clientTel3" />
                    <show id="mydocs:clientComment" />
                    <show id="mydocs:counterType" />
                    <show id="mydocs:locateCounter" />
                    <show id="mydocs:status" />
                    <show id="mydocs:specialistLastname" />
                    <show id="mydocs:dateStart" />
                    <show id="mydocs:dateComplete" />
                    <show id="mydocs:dateGarant" />
                    <show id="alvexdt:location" />
                    <show id="alvexdt:files" />
                </field-visibility>
                <view-form template="/alvex-form.ftl" />
                <edit-form template="/alvex-form.ftl" />
                <appearance>
                    <set id="id" appearance="" label="" template="/org/alfresco/components/form/2-column-set.ftl"/>
                    <set id="consumer" appearance="" label="" template="/alvex-2-column-set-wide-right.ftl"/>
                    <set id="consumer_tel" appearance="" label="" template="/org/alfresco/components/form/3-column-set.ftl"/>
                    <set id="comment" appearance="" label="" />
                    <set id="counter" appearance="" label="" template="/org/alfresco/components/form/3-column-set.ftl"/>
                    <set id="result" appearance="" label="" template="/org/alfresco/components/form/2-column-set.ftl"/>
                    <set id="date" appearance="" label="" template="/org/alfresco/components/form/3-column-set.ftl"/>
                    <set id="files" appearance="" label=""/>
                    <set id="related" appearance="" label="" template="/org/alfresco/components/form/2-column-set.ftl"/>
                    <field set="id" id="alvexdt:id">
                        <control template="/alvex-auto-numberer.ftl"/>
                    </field>
                    <field set="id" id="alvexdt:registerDate"/>
                    <field set="consumer" id="mydocs:clientInitial">
                        <control template="/org/alfresco/components/form/controls/textfield.ftl">
                            <control-param name="style">width: 98%</control-param>
                        </control>
                    </field>
                    <field set="consumer" id="mydocs:clientAddr">
                        <control template="/org/alfresco/components/form/controls/textfield.ftl">
                            <control-param name="style">width: 98%</control-param>
                        </control>
                    </field>
                    <field set="consumer_tel" id="mydocs:clientTel1" />
                    <field set="consumer_tel" id="mydocs:clientTel2" />
                    <field set="consumer_tel" id="mydocs:clientTel3" />
                    <field set="comment" id="mydocs:clientComment">
                        <control template="/alvex-mltext.ftl">
                            <control-param name="style">width: 98%</control-param>
                        </control>
                    </field>
                    <field set="counter" id="mydocs:counterType" />
                    <field set="counter" id="mydocs:locateCounter" />
                    <field set="counter" id="mydocs:status" />
                    <field set="result" id="mydocs:specialistLastname" />
                    <field set="date" id="mydocs:dateStart" />
                    <field set="date" id="mydocs:dateComplete" />
                    <field set="date" id="mydocs:dateGarant" />
                    <field set="files" id="alvexdt:files">
                        <control template="/alvex-uploader.ftl">
                            <control-param name="uploadDirectory">uploads</control-param>
                            <control-param name="createUploadDirectory">true</control-param>
                            <control-param name="viewType">mini</control-param>
                        </control>
                    </field>
                    <field set="related" id="alvexdt:relatedDocuments"/>
                    <field set="related" id="alvexdt:location">
                        <control>
                            <control-param name="style">width: 98%</control-param>
                        </control>
                    </field>
                </appearance>
            </form>
        </forms>
    </config>

</alfresco-config>

Aviriel - в ответ на Релиз Alvex 2014.04 Community 10 лет назад »»»
 А на всех других формах свойства отображаются? Странно.
Можете выложить сюда ту часть XML с моделью, в которой описаны эти свойства?
И если открыть средства разработчика в браузере до загрузки страницы, в ней появляются какие-нибудт ошибки при загрузке реестра или при нажатии на кнопку настройки?