Undefined index in _field_ui_bundle_admin_path()
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #1946054. -->
Reported by: [plinto](https://www.drupal.org/user/2418370)
>>>
<p>Hi,</p>
<p>Not sure if this an entityform problem or field problem, but it seems that entityform is causing it.<br>
I created two forms. When I go to manage fields on the first form everything there are no issues, when I do it on the second form I get:<br>
Notice: Undefined index: contact_form in _field_ui_bundle_admin_path() (line 325 of /usr/local/web/cms-htdocs/modules/field_ui/field_ui.module).<br>
and none of the operations work, if I refresh the page the message goes away and the operations work.<br>
When I switch back to the first form and manage fields I get the notice again:<br>
Notice: Undefined index: first_form in _field_ui_bundle_admin_path() (line 325 of /usr/local/web/cms-htdocs/modules/field_ui/field_ui.module).<br>
I refresh and everyhing is ok.</p>
<p>When I go to /reports/fields depending on which was the last visited form, I will get error messages for the other form. If I clear my cache and go to /reports/fields everything works and there are no error messages.</p>
<p>Thanks for any help</p>
issue