feat: Обновлены все URL Nextcloud с office.klientprav.tech на office.clientright.ru
Обновленные файлы: - crm_extensions/nextcloud_api.php (2 места) - modules/Documents/actions/NcPrepareEdit.php - crm_extensions/nextcloud_editor/js/nextcloud-editor.js - crm_extensions/file_storage/api/get_edit_urls.php - crm_extensions/file_storage/api/simple_edit.php - crm_extensions/README.md - NEXTCLOUD_EDIT_BUTTON_IMPLEMENTATION.md - crm_extensions/docs/NEXTCLOUD_EDITOR.md - test_syntax_check.html - crm_extensions/tests/test_edit_button.html Все ссылки теперь указывают на новый сервер office.clientright.ru Backup файлы и тестовые директории не изменены
This commit is contained in:
@@ -76,7 +76,7 @@ function createEditUrls(baseEditUrl, recordId, fileName, fileId = 662) {
|
||||
console.log('🔗 Creating edit URLs in JavaScript...', { fileId, fileName });
|
||||
|
||||
// Извлекаем базовый URL из базовой ссылки
|
||||
const baseUrl = 'https://office.klientprav.tech';
|
||||
const baseUrl = 'https://office.clientright.ru';
|
||||
const encodedFileName = encodeURIComponent(fileName);
|
||||
const filePath = `/crm2/CRM_Active_Files/Documents/${recordId}/${encodedFileName}`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user