I created Model Type. However, all links (edit, manage fields, manage display, clone, delete, export) take me to "page not found".

Comments

AndrzejG’s picture

I found - Model Type ID is missing in these links.
For example, "1" is missing in the path admin/structure/model_types/manage/1/fields.

Also Error is displayed under the proper address (i. e. this with "1"):

Notice: Undefined index: [Model Type name] in _field_ui_bundle_admin_path() (line 309 in [root path]/modules/field_ui/field_ui.module).

The same error is displayed when I try to add the field and save. I am redirected to "page not found" in this case. The field is created, however, I cannot access it's management.

AndrzejG’s picture

The same is in new fresh installation on Drupal 7.4.

ronald_istos’s picture

AndrezJG are you using the latest release of the Model module - alpha2?

You need alpha2 and the latest Entity module version (on 7.4).

I can't reproduce the bug in this setting.

AndrzejG’s picture

Status: Active » Closed (works as designed)

Sorry, I didn't notice new version (alpha2) that appeared only yesterday. Probably I could make sure that my update machine works as should.

I checked - all seems OK. Thank You for the pointer.

decibel.places’s picture

Confirming that model-7.x-1.0-alpha2 fixes this problem

I did not see it in the version control tab, I cloned the git repo recursively then I found it