Ignore:
Timestamp:
Aug 2, 2022, 1:15:28 PM (8 months ago)
Author:
Nicklas Nordborg
Message:

Fixes #2280: Change history logging when editing project-specific annotations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.19-stable/src/core/common-queries.xml

    r7997 r8053  
    27522752  <query id="DBLOG_GET_ANNOTATIONTYPE_INFO" type="HQL">
    27532753    <sql>
    2754       SELECT at.name, at.valueType, at.disableLogOfValues
     2754      SELECT at.name, at.valueType, at.disableLogOfValues, at.projectAnnotations
    27552755      FROM AnnotationTypeData at
    27562756      WHERE at.id = :annotationTypeId
    27572757    </sql>
    27582758    <description>
    2759       An HQL query that loads the 'name', 'valueType' and 'disableLogOfValues' flag
    2760       for an annotation type given the ID.
     2759      An HQL query that loads the 'name', 'valueType', 'disableLogOfValues' and
     2760      the 'projectAnnotations' flag for an annotation type given the ID.
    27612761    </description>
    27622762  </query>
Note: See TracChangeset for help on using the changeset viewer.