We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
it is about this line of code:
f4958d1#diff-a0fd37dbd71a46e75c8117ce125dea23R35
In original BaseRecord "title" is taken from the ResourceDecorator because it (ResourceDecorator) takes into consideration what users are setting in AdminBroOptions, and in particular isTitle property: https://softwarebrothers.github.io/admin-bro-dev/PropertyOptions.html#isTitle
so now when users change "isTitle" in PropertyOptions it won't affect the system.
We should leave it as it was (taken from the ResourceDecorator)
BTW - I was thinking about creating a slack account for AdminBro - would you like to join it?
The text was updated successfully, but these errors were encountered:
I am for joining. good idea.
Sorry, something went wrong.
But this line is just for fancy text in Dropdowns and clickable relations. Like in Django .__str__(). f4958d1#diff-a0fd37dbd71a46e75c8117ce125dea23R35
.__str__()
No branches or pull requests
it is about this line of code:
f4958d1#diff-a0fd37dbd71a46e75c8117ce125dea23R35
In original BaseRecord "title" is taken from the ResourceDecorator because it (ResourceDecorator) takes into consideration what users are setting in AdminBroOptions, and in particular isTitle property: https://softwarebrothers.github.io/admin-bro-dev/PropertyOptions.html#isTitle
so now when users change "isTitle" in PropertyOptions it won't affect the system.
We should leave it as it was (taken from the ResourceDecorator)
BTW - I was thinking about creating a slack account for AdminBro - would you like to join it?
The text was updated successfully, but these errors were encountered: