Jump to content

Question

2 answers to this question

Recommended Posts

  • 0
Posted

I got it working :)

 

I was trying with primary key of the table as below

public function moduleRowMetaKey() {
            return "server_id";
 }

When i changed to

public function moduleRowMetaKey() {
            return "server_name";
 }

it worked.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...