You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't select a page that resides under page with enabled collection view, because the Green Button "Submit" isn't showing and I get an error message in the console, see screenshot below:
The Error message: $apply @ angular.js:19622 (anonymous) @ angular.js:29127 dispatch @ jquery.min.js?d=638276793750000000:2 v.handle @ jquery.min.js?d=638276793750000000:2 umbraco#/SeoToolkit/Redirects/list?mculture=en-US:1 An invalid form control with name='textbox' is not focusable. <input type="text" id="url" name="textbox" ng-model="model.value" class="umb-property-editor umb-textstring textstring ng-pristine ng-untouched ng-isolate-scope ng-valid-val-server ng-empty ng-invalid ng-invalid-required" val-server="value" ng-required="model.validation.mandatory" aria-required="true" aria-invalid="false" ng-trim="false" ng-change="change()" ng-readonly="readonly" required="required">
The text was updated successfully, but these errors were encountered:
grafsnikers
changed the title
SeoToolkit.Redirects Unable to select a page that resides under Collection View
[BUG] SeoToolkit.Redirects Unable to select a page that resides under Collection View
Aug 15, 2023
Thanks for the report! I've taken a look and the error doesn't seem related to it (also not quite sure why the error is there), so I have created a different issue for that: #221.
As for your issue, it has been fixed with this commit: 4213d2c
I can't select a page that resides under page with enabled collection view, because the Green Button "Submit" isn't showing and I get an error message in the console, see screenshot below:
The Error message:
$apply @ angular.js:19622 (anonymous) @ angular.js:29127 dispatch @ jquery.min.js?d=638276793750000000:2 v.handle @ jquery.min.js?d=638276793750000000:2 umbraco#/SeoToolkit/Redirects/list?mculture=en-US:1 An invalid form control with name='textbox' is not focusable. <input type="text" id="url" name="textbox" ng-model="model.value" class="umb-property-editor umb-textstring textstring ng-pristine ng-untouched ng-isolate-scope ng-valid-val-server ng-empty ng-invalid ng-invalid-required" val-server="value" ng-required="model.validation.mandatory" aria-required="true" aria-invalid="false" ng-trim="false" ng-change="change()" ng-readonly="readonly" required="required">
Installed packages:
<TargetFramework>net7.0</TargetFramework>
<PackageReference Include="Our.Umbraco.MultilanguageTextbox" Version="12.0.0" />
<PackageReference Include="SeoToolkit.Umbraco.MetaFields" Version="3.2.0" />
<PackageReference Include="SeoToolkit.Umbraco.Redirects" Version="3.2.0" />
<PackageReference Include="Umbraco.Cms" Version="12.0.1" />
<PackageReference Include="Microsoft.ICU.ICU4C.Runtime" Version="68.2.0.9" />
<PackageReference Include="Umbraco.TheStarterKit" Version="11.0.0" />
Steps to reproduce:
The text was updated successfully, but these errors were encountered: