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

Non Functional Link #62

Closed
SubstantialCattle5 opened this issue Sep 14, 2023 · 2 comments
Closed

Non Functional Link #62

SubstantialCattle5 opened this issue Sep 14, 2023 · 2 comments

Comments

@SubstantialCattle5
Copy link
Contributor

Describe the bug
Due to a spelling mistake the link given in the comments of entities was not working.

To Reproduce
Steps to reproduce the behavior:

  1. Create an entity
  2. Click on the link available in the comment
  3. See error

Expected behavior
The link should be functional

Screenshots
If applicable, add screenshots to help explain your problem.
The link redirects to this page ->
image

Environment (please give information about your environment):

  • OS:Pop OS
  • Browser firefox

Code snippets
If possible, show extracts from your code to help us better understand the issuse.

import { CaseEntity, Entity, Prop, PropType } from '@casejs/case'

@Entity({
  nameSingular: 'cat',
  namePlural: 'cats',
  propIdentifier: 'name',
  slug: 'cats',
})
export class Cat extends CaseEntity {
  @Prop({
    type: PropType.Text
  })
  name: string

  // Learn more about CASE Entities and how to add properties here: https://docs.case.app/properites
}
@github-actions
Copy link

Welcome to CASE, thank you for adding your first issue !

@SubstantialCattle5 SubstantialCattle5 changed the title Documentation is Missing Link is not working Sep 14, 2023
@SubstantialCattle5 SubstantialCattle5 changed the title Link is not working Non Functional Link Sep 14, 2023
@brunobuddy
Copy link
Contributor

Thank for your work @SubstantialCattle5, it's deployed 🎉

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