current version of hotfolder-7.x-1.x , as of d80ab07a, needs to catch up with the latest version of features. here's the current diff:

$ drush pmi features | grep Version
 Version          :  7.x-2.5
$ drush fd hotfolder
Legend:
Code:       drush features-revert will remove the overrides.
Overrides:  drush features-update will update the exported feature with the displayed overrides


Component type: field_base
      'cardinality' => 1,
      'field_name' => 'field_job_log',
<     'foreign keys' => array(
<       'format' => array(
<         'columns' => array(
<           'format' => 'format',
<         ),
<         'table' => 'filter_format',
<       ),
<     ),
      'indexes' => array(
        'format' => array(
      ),
      'field_name' => 'field_job_record_source_file',
<     'foreign keys' => array(
<       'fid' => array(
<         'columns' => array(
<           'fid' => 'fid',
<         ),
<         'table' => 'file_managed',
<       ),
<     ),
      'indexes' => array(
        'fid' => array(
      'cardinality' => 1,
      'field_name' => 'field_job_record_stage',
<     'foreign keys' => array(
<       'format' => array(
<         'columns' => array(
<           'format' => 'format',
<         ),
<         'table' => 'filter_format',
<       ),
<     ),
      'indexes' => array(
        'format' => array(
      ),
      'field_name' => 'field_job_record_status',
<     'foreign keys' => array(
<       'format' => array(
<         'columns' => array(
<           'format' => 'format',
<         ),
<         'table' => 'filter_format',
<       ),
<     ),
      'indexes' => array(
        'format' => array(
      'cardinality' => 1,
      'field_name' => 'field_job_record_watch',
<     'foreign keys' => array(
<       'node' => array(
<         'columns' => array(
<           'target_id' => 'nid',
<         ),
<         'table' => 'node',
<       ),
<     ),
      'indexes' => array(
        'target_id' => array(
      'cardinality' => 1,
      'field_name' => 'field_orig_watch_config_folder',
<     'foreign keys' => array(
<       'format' => array(
<         'columns' => array(
<           'format' => 'format',
<         ),
<         'table' => 'filter_format',
<       ),
<     ),
      'indexes' => array(
        'format' => array(
      'cardinality' => 1,
      'field_name' => 'field_pickup_filename',
<     'foreign keys' => array(
<       'format' => array(
<         'columns' => array(
<           'format' => 'format',
<         ),
<         'table' => 'filter_format',
<       ),
<     ),
      'indexes' => array(
        'format' => array(
      'cardinality' => 1,
      'field_name' => 'field_stream_folder',
<     'foreign keys' => array(
<       'format' => array(
<         'columns' => array(
<           'format' => 'format',
<         ),
<         'table' => 'filter_format',
<       ),
<     ),
      'indexes' => array(
        'format' => array(
      ),
      'field_name' => 'field_watch_config_folder',
<     'foreign keys' => array(
<       'format' => array(
<         'columns' => array(
<           'format' => 'format',
<         ),
<         'table' => 'filter_format',
<       ),
<     ),
      'indexes' => array(
        'format' => array(
      'cardinality' => 1,
      'field_name' => 'field_watch_config_scheme',
<     'foreign keys' => array(
<       'tid' => array(
<         'columns' => array(
<           'tid' => 'tid',
<         ),
<         'table' => 'taxonomy_term_data',
<       ),
<     ),
      'indexes' => array(
        'tid' => array(
      ),
      'field_name' => 'field_watch_config_src_pattern',
<     'foreign keys' => array(
<       'format' => array(
<         'columns' => array(
<           'format' => 'format',
<         ),
<         'table' => 'filter_format',
<       ),
<     ),
      'indexes' => array(
        'format' => array(


Component type: taxonomy
      'module' => 'taxonomy',
      'name' => 'Hotfolder Streams',
>     'rdf_mapping' => array(
>       'description' => array(
>         'predicates' => array(
>           0 => 'rdfs:comment',
>         ),
>       ),
>       'name' => array(
>         'predicates' => array(
>           0 => 'dc:title',
>         ),
>       ),
>       'rdftype' => array(
>         0 => 'skos:ConceptScheme',
>       ),
>     ),
    ),
  )
CommentFileSizeAuthor
#1 hotfolder-2498417-1.patch9.8 KBbdone

Comments

bdone’s picture

Assigned: bdone » Unassigned
Status: Active » Needs review
StatusFileSize
new9.8 KB

  • Bastlynn committed 0c75b8e on 7.x-1.x
    git commit -m 'Issue #2498417 by bdone: Re-export hotfolder feature...
Bastlynn’s picture

Status: Needs review » Fixed

Commit added and pushed on 7.x-1.x.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.