mirror of
https://github.com/itsdave-de/msp_remoteadmin.git
synced 2025-05-06 20:35:12 +02:00
rename doctypes
This commit is contained in:
parent
255cbb9f54
commit
b49a5a6ac1
@ -1,7 +1,7 @@
|
|||||||
// Copyright (c) 2024, Luiz Costa and contributors
|
// Copyright (c) 2024, Luiz Costa and contributors
|
||||||
// For license information, please see license.txt
|
// For license information, please see license.txt
|
||||||
|
|
||||||
frappe.ui.form.on('Remote Connection Sessions', {
|
frappe.ui.form.on('Remote Connection Session', {
|
||||||
// refresh: function(frm) {
|
// refresh: function(frm) {
|
||||||
|
|
||||||
// }
|
// }
|
@ -70,7 +70,7 @@
|
|||||||
"modified": "2024-06-05 15:30:28.010684",
|
"modified": "2024-06-05 15:30:28.010684",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "MSP Remoteadmin",
|
"module": "MSP Remoteadmin",
|
||||||
"name": "Remote Connection Sessions",
|
"name": "Remote Connection Session",
|
||||||
"naming_rule": "Expression",
|
"naming_rule": "Expression",
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
"permissions": [
|
"permissions": [
|
@ -4,5 +4,5 @@
|
|||||||
# import frappe
|
# import frappe
|
||||||
from frappe.model.document import Document
|
from frappe.model.document import Document
|
||||||
|
|
||||||
class RemoteConnectionSessions(Document):
|
class RemoteConnectionSession(Document):
|
||||||
pass
|
pass
|
@ -5,5 +5,5 @@
|
|||||||
from frappe.tests.utils import FrappeTestCase
|
from frappe.tests.utils import FrappeTestCase
|
||||||
|
|
||||||
|
|
||||||
class TestRemoteConnectionSessions(FrappeTestCase):
|
class TestRemoteConnectionSession(FrappeTestCase):
|
||||||
pass
|
pass
|
@ -1,7 +1,7 @@
|
|||||||
// Copyright (c) 2024, Luiz Costa and contributors
|
// Copyright (c) 2024, Luiz Costa and contributors
|
||||||
// For license information, please see license.txt
|
// For license information, please see license.txt
|
||||||
|
|
||||||
frappe.ui.form.on('Remote Connections Settings', {
|
frappe.ui.form.on('Remote Connection Settings', {
|
||||||
// refresh: function(frm) {
|
// refresh: function(frm) {
|
||||||
|
|
||||||
// }
|
// }
|
@ -40,7 +40,7 @@
|
|||||||
"modified": "2024-05-31 12:24:01.529877",
|
"modified": "2024-05-31 12:24:01.529877",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "MSP Remoteadmin",
|
"module": "MSP Remoteadmin",
|
||||||
"name": "Remote Connections Settings",
|
"name": "Remote Connection Settings",
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
{
|
{
|
@ -4,5 +4,5 @@
|
|||||||
# import frappe
|
# import frappe
|
||||||
from frappe.model.document import Document
|
from frappe.model.document import Document
|
||||||
|
|
||||||
class RemoteConnectionsSettings(Document):
|
class RemoteConnectionSettings(Document):
|
||||||
pass
|
pass
|
@ -5,5 +5,5 @@
|
|||||||
from frappe.tests.utils import FrappeTestCase
|
from frappe.tests.utils import FrappeTestCase
|
||||||
|
|
||||||
|
|
||||||
class TestRemoteConnectionsSettings(FrappeTestCase):
|
class TestRemoteConnectionSettings(FrappeTestCase):
|
||||||
pass
|
pass
|
Loading…
x
Reference in New Issue
Block a user