Roomify / bat_drupal

Booking and Availability Management Tools for Drupal 7 and Drupal 8
33 stars 7 forks source link

Move Created/Change logic to the Entity Controller #26

Closed derimagia closed 8 years ago

derimagia commented 8 years ago

I'm seeing in the BAT API Module that there is logic to set the created/changed timestamps. It's also set in form submit functions.

This should be moved the the Entity Controller similar to other Entities.

istos commented 8 years ago

Good call - definitely something worth looking into. If you can do a pull request that would be super awesome :-)