Skip to content

Commit 9681f66

Browse files
committed
update changelog and readme
1 parent 9dce26f commit 9681f66

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
2121
### Security
2222
- Nothing
2323

24+
## 2.3.0 - 2019-03-23
25+
26+
### Added
27+
- option for simple crud button
28+
2429
## 2.2.0 - 2019-03-17
2530

2631
### Added

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# laravel-backpack-instant-fields
1+
¡# laravel-backpack-instant-fields
22

33
[![Latest Version on Packagist][ico-version]][link-packagist]
44
[![Software License][ico-license]](LICENSE.md)
@@ -133,6 +133,8 @@ Example:
133133

134134
Instant Fields will try to auto-fill the select2 input after creating a new entry. It will assume that an input field exists with the name `name` and will use its value for the triggered ajax search. If you want to use another field for this, just add `attribute` to the `on_the_fly`-array containing the field name you want to use.
135135

136+
> Sometimes you may need a simple Button/Link to the "real" foreign entity without a modal: Just add `'crud' => true` in that case
137+
136138
## List view
137139

138140
With this package your are also able to add a create button for the foreign CRUD entity in your list view of Backpack! Just add the following line in your `EntityCrudController`:

0 commit comments

Comments
 (0)