You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
[](https://packagist.org/packages/kirschbaum-development/nova-inline-relationship)
Nova Inline Relationship allows you to manage (add/edit/update/delete/reorder) an object's relationships directly from the parent object's create/edit screens. By presenting relationships as inline properties you can provide content editors with a streamlined and efficient workflow for managing complex data.
returnnewstatic(sprintf('Incorrect relationship attribute value (%s) for a key (%s). Please make sure that array returned by getPropertyMap function is in the following format: "relationship.attribute".', $key, $value));
17
+
returnnewstatic(
18
+
"Incorrect relationship attribute value [{$value}] for a key [{$key}]. Please make sure that array " .
19
+
"returned by getPropertyMap function is in the following format: \"relationship.attribute\"."
returnnewstatic(sprintf('Invalid relationship name (%s) for a key (%s) in array returned by getPropertyMap function. Please make sure that this relationship is defined on the model.', $value, $key));
17
+
returnnewstatic(
18
+
"Invalid relationship name [{$value}] for a key [{$key}] in array returned by getPropertyMap function. " .
19
+
"Please make sure that this relationship is defined on the model."
returnnewstatic(sprintf('Unsupported nested relationship attribute value (%s) for a key (%s). Please make sure that array returned by getPropertyMap function is in the following format: "relationship.attribute" and is only one level deep.', $key, $value));
17
+
returnnewstatic(
18
+
"Unsupported nested relationship attribute value [{$value}] for a key [{$key}]. Please make sure that " .
19
+
"array returned by getPropertyMap function is in the following format: \"relationship.attribute\" and is " .
0 commit comments