I've selected some flags for my content types. When I try to export my settings, the types are ignored in hook_flag_default_flags().
It happens when exporting a feature, but also using the Export link in the Flags interface.
Any thoughts?
I've selected some flags for my content types. When I try to export my settings, the types are ignored in hook_flag_default_flags().
It happens when exporting a feature, but also using the Export link in the Flags interface.
Any thoughts?
Comments
Comment #1
joachim commentedWorks for me:
Are you using any other modules? Did you select some node types for your flag, or leave it to apply to all?
Comment #2
BarisW commentedHmm, I think I found the issue. I'm using Drupal Commons 3, and they override the export to alter it on another place.
Apologies for the confusion.