ReactJS - How to use conditionals in render JSX
Introduction In this post, I will show several ways to use conditionals while…
May 14, 2019
I have some data related to users. For example: which are the files users have downloaded. This information is private to user. I wanted to show users their history of activities. Views are fantastic module to create a view block for this kind of purpose. I configured it to show data I wanted, and show it on user profile page.
But, the issue now is, everybody can see everybody’s data. The objective was to show user data to current logged-in user only. ANd, the data must belong to him only.
Its not like User-A should be able to see User-B data.
Note: This field will be visible only when you have added Relationship, as mentioned above
Save the view. Thats it. Note: This post does not include which fields to show, on which page to show.
Enjoy…
Introduction In this post, I will show several ways to use conditionals while…
Introduction When I migrated all of my drupal-7 website to drupal-8, I wrote…
Introduction In this guide, We will get basic understanding of various options…
Introduction In this post, I will show how to validate your json schema…
Introduction I had to create many repositories in an Github organization. I…
Agenda I will cover following in this post: Prepare Docker image for Next.js app…
Introduction So you have a Django project, and want to run it using docker image…
Introduction It is very important to introduce few process so that your code and…
Introduction In this post, we will see a sample Jenkin Pipeline Groovy script…
Introduction We often require to execute in timed manner, i.e. to specify a max…
Introduction In some of the cases, we need to specify namespace name along with…
Introduction In most of cases, you are not pulling images from docker hub public…