Skip to content
#

frontend-framework

Here are 262 public repositories matching this topic...

archfz
archfz commented May 12, 2022

Is your feature request related to a problem? Please describe.
I want to display empty text in case where reference is set but the referenced entity is missing. This is easily a case in systems where soft deleting is allowed.

Describe the solution you'd like
For now I am using the same emptyText as is used in the same case where the reference is not set. This works for me, but maybe

sgobotta
sgobotta commented Sep 30, 2019

In the utils server we are using too many custom functions for the magazines fake data. We could replace that using the fake-data-generator as a dev-dependency.

Current models: please respect the current type of each property

magazine: {
  id: Number, // faker random number
  name: String, // faker random words
  articles: 
good first issue configuration Hacktoberfest

Improve this page

Add a description, image, and links to the frontend-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the frontend-framework topic, visit your repo's landing page and select "manage topics."

Learn more