Changeset 4106


Ignore:
Timestamp:
Jan 29, 2008, 9:05:33 AM (15 years ago)
Author:
Nicklas Nordborg
Message:

References #894. Fixes #908.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/lims/arraydesigns/features/list_features.jsp

    r4093 r4106  
    212212        filterable="true"
    213213        exportable="true"
    214         show="<%=fiMethod == FeatureIdentificationMethod.EXTERNAL_ID ? "auto" : "always"%>"
     214        show="<%=fiMethod == FeatureIdentificationMethod.FEATURE_ID ? "auto" : "always"%>"
    215215      />
    216216      <tbl:columndef
     
    222222        filterable="true"
    223223        exportable="true"
    224         show="<%=fiMethod == FeatureIdentificationMethod.EXTERNAL_ID ? "always" : "auto"%>"
     224        show="<%=fiMethod == FeatureIdentificationMethod.FEATURE_ID ? "always" : "auto"%>"
    225225      />
    226226      <tbl:columndef
Note: See TracChangeset for help on using the changeset viewer.