Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] SeoToolkit.Redirects Unable to select a page that resides under Collection View #220

Closed
grafsnikers opened this issue Aug 15, 2023 · 3 comments

Comments

@grafsnikers
Copy link

grafsnikers commented Aug 15, 2023

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:
image
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:

  1. Install Umbraco.TheStarterKit
  2. Install SeoToolkit.Umbraco.Redirects
  3. Try to create a redirect to a blog page
@grafsnikers 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
@patrickdemooij9
Copy link
Owner

Hi @grafsnikers,

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

@grafsnikers
Copy link
Author

Great, thanks a lot!

@patrickdemooij9
Copy link
Owner

Fix is now available in the latest release: https://github.com/patrickdemooij9/SeoToolkit.Umbraco/releases/tag/3.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants