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
{{ message }}
This repository has been archived by the owner on May 4, 2022. It is now read-only.
The model actions ($PutModel, $GetModel, $Recollect, $Populate) should have their corresponding Failed selector, so that the programmer should add behaviors for instance, if the $Recollect failed because of the validation.
Maybe the "Failed" for $PutModel and $GetModel should be separated from the Failed for the $Recollect and $Populate, since these two actions are embedded in the $Put and $Get Model actions.
The text was updated successfully, but these errors were encountered:
Issue #48: Create $Notification action
Issue #47: Activity Action "builder" to "intent" and detect access to "get" method
Issue #46: Expand Actions to all Enhanced Views
Issue #45: UseGson for models
Issue #44: Annotations Dependency Injection
Issue #41: Try-Catch support for Actions
Issue #38: View parameters in Event
Issue #37: JavaDoc for Actions
Issue #35: Method in param called twice in $PutModel and $GetModel Actions
Issue #34: "model" param in @ServerRequest, should accept method names too
Issue #32: Actions $DateDialog and $TimeDialog cannot be initialized
Issue #31: Assigning action to assign value to a field doesn't work properly
Issue #30: Actions support for @event
Issue #29: @AdapterClass for RecyclerView
Issue #28: View can't be obtained when ItemClicked.
Issue #27: Re-defined @UseEventBus
Issue #23: Conflict in generated class with two view with the same "id"
Issue #10: PutModel with fields
Issue #8: OnFail for Model Actions
Issue #2: Override Actions
Others:
Built-In Actions are now compiled with the compile process.
Adding Animate Action.
Synchronizing access to List @Models
Adding @JsonSerializedModel, and making @ServerModel to depend on it.
Removing Models support for old actions.
The model actions ($PutModel, $GetModel, $Recollect, $Populate) should have their corresponding Failed selector, so that the programmer should add behaviors for instance, if the $Recollect failed because of the validation.
Maybe the "Failed" for $PutModel and $GetModel should be separated from the Failed for the $Recollect and $Populate, since these two actions are embedded in the $Put and $Get Model actions.
The text was updated successfully, but these errors were encountered: