Skip to content

Releases: daniel-de-wit/nova-single-record-resource

Support string model key types

26 Feb 13:17
76ffadc
Compare
Choose a tag to compare
Merge pull request #9 from ghuniyu/patch-1

Update navigation.blade.php

Add authorization

12 Oct 07:49
02f6022
Compare
Choose a tag to compare

Added:

  • Add authorization based on resourceId ( thanks @duckzland )

Fixed:

  • Call to undefined method singleRecord in navigation blade

Updated for Nova 2.0.9

10 Aug 05:59
5285c0e
Compare
Choose a tag to compare
Merge pull request #1 from Yannik-Slym/patch-1

UPDATED - navigation template in 2.0.9

Release

12 Dec 11:39
4f861e1
Compare
Choose a tag to compare

Please re-publish the vendor assets, like so:

$ php artisan vendor:publish --force --provider="DanielDeWit\NovaSingleRecordResource\Providers\NovaSingleRecordResourceServiceProvider"

Fix Template regression

07 Dec 16:05
f041672
Compare
Choose a tag to compare
v0.1.3

Fix template

Consistent Naming and Less Strict

07 Dec 11:26
Compare
Choose a tag to compare
  • Changed firstRecordId() to singleRecordId() to be more consistent with the singleRecord() method.
  • Removed singleRecordId() return type to allow for strings and integers.

Fix Autodiscover

07 Dec 07:34
Compare
Choose a tag to compare
v0.1.1

Autodiscover provider namespace fix

Beta One

06 Dec 17:58
Compare
Choose a tag to compare
v0.1.0

Beta one