record
Component ID
2132949
Component name
record
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
About
Record module appends new entity type to drupal site. Record entities can be used to keep various lists. We intended to use record to keep lists of cities, marine ports, price terms. These lists need less functions than node provides but we still wanted to use of cck to append fields. Form marine ports for example one may want to append a fields that shows port position and use entityreference, views etc. to display port position on map as it is selected in the form.
Features
- Provides new entity called "record"
- Allows editing the entity via cck and displays via views
- Main field title change functionality
- Unique title per record type
More
Code based on model module.
