Closed (works as designed)
Project:
Model Entities
Version:
7.x-1.0-alpha1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2011 at 01:11 UTC
Updated:
26 Mar 2013 at 18:50 UTC
I created Model Type. However, all links (edit, manage fields, manage display, clone, delete, export) take me to "page not found".
Comments
Comment #1
AndrzejG commentedI 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.
Comment #2
AndrzejG commentedThe same is in new fresh installation on Drupal 7.4.
Comment #3
ronald_istos commentedAndrezJG 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.
Comment #4
AndrzejG commentedSorry, 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.
Comment #5
decibel.places commentedConfirming 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