From bbc599b0a54dd67ec67a933246c8b63fb17697d8 Mon Sep 17 00:00:00 2001 From: Amigo <49749100+aamigo@users.noreply.github.com> Date: Tue, 15 Oct 2019 06:08:32 +0200 Subject: [PATCH] Updated 069 Join Fields in the admin list view with field relations (markdown) --- 069-Join-Fields-in-the-admin-list-view-with-field-relations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/069-Join-Fields-in-the-admin-list-view-with-field-relations.md b/069-Join-Fields-in-the-admin-list-view-with-field-relations.md index fccdaca..a5c8e3f 100644 --- a/069-Join-Fields-in-the-admin-list-view-with-field-relations.md +++ b/069-Join-Fields-in-the-admin-list-view-with-field-relations.md @@ -73,7 +73,7 @@ I think best to demonstrate is, first used the Concatenation option which we can Going into the code, we open the body. You will see the JCB added the `br/`. There is a `br/`, there's a `br/`. There is the portion '`escape($item->email); ?>`' of code that JCB build. It really builds all of this. It's still built a link to the preacher. It's still built this as well. If this '`escape($item->email); ?>`' was going to be a link to another view, it will produce that code. Checking the permissions and everything. Which is really what makes [00:19:43](https://www.youtube.com/watch?v=hh4IIPmYIY8&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=00h19m43s) The implementation of This area quite exciting. Because it still takes care of the hard work of producing the code needed to display the value. If you pick up any behaviors in this new feature that is unexpected, please give us a heads up on Github and open an issue. We will try and address it as quick as we can. This is the new feature of combining admin view values [00:20:19](https://www.youtube.com/watch?v=hh4IIPmYIY8&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=00h20m19s) in a very easy way. It could have been done previously with some custom scripting, but this helps you and I'm sure it makes it easy for you to just select the field you want to target. You first need to add the fields that you are already going to show in the list view and then select the field you want to join it. I expected that you will understand that, but I realize I must mention that separate. -### Preacher Field - Two Field - Name And Description +### Preacher Field - Two Fields - Name And Description [00:21:17](https://www.youtube.com/watch?v=hh4IIPmYIY8&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=00h21m17s)