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

New-CarouselItem URL parameter not functioning #1417

Closed
steviecoaster opened this issue Jan 3, 2020 · 0 comments
Closed

New-CarouselItem URL parameter not functioning #1417

steviecoaster opened this issue Jan 3, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@steviecoaster
Copy link

Describe the Issue

When passing a URL to a carousel item, the url is not invoked when an item is clicked

To Reproduce

Steps to reproduce the behavior: (Example)

New-UDImageCarouselItem -BackgroundImage $_.Cover -BackgroundRepeat no-repeat -BackgroundSize Auto -Url " https://google.com " should cause google's website to be invoked on clicking the item

Expected behavior

You should be redirected to the URL specified when clicking an item in the carousel.

Script Sample

See Reproduce section above

Version Information

  • Operating System: Windows 10
  • PowerShell Version: 5.1
  • Universal Dashboard Version: Latest
  • UD Hosting Method: (Powershell, IIS, App Service, Etc.) IIS
@steviecoaster steviecoaster added the bug Something isn't working label Jan 3, 2020
AlonGvili added a commit that referenced this issue Jan 6, 2020
adamdriscoll pushed a commit that referenced this issue Jan 8, 2020
* working on image carousel

* fixes #1423

* fixes #1417

* updates

* Update ThemeService.cs

remove duplicate cssMap line 260

* Fixes default theme & Update ChangeLog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants