Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit e44d29c

Browse files
committed
Fixed missing VisualForce style markup surrounding .RemoteTKController.upser
1 parent 0c33ae1 commit e44d29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RemoteTK.component

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ if (remotetk.Client === undefined) {
126126
* @param [error=null] function to which jqXHR will be passed in case of error
127127
*/
128128
remotetk.Client.prototype.upsert = function(objtype, externalIdField, externalId, fields, callback, error) {
129-
Visualforce.remoting.Manager.invokeAction('$RemoteAction.RemoteTKController.upser', objtype, externalIdField, externalId, JSON.stringify(fields), function(result){
129+
Visualforce.remoting.Manager.invokeAction('{!$RemoteAction.RemoteTKController.upser}', objtype, externalIdField, externalId, JSON.stringify(fields), function(result){
130130
handleResult(result, callback, error, true);
131131
}, {
132132
escape: false

0 commit comments

Comments
 (0)