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
$sections['contenttype'] = t('<p><b>CP Case:</b> A CP case is a contenttype which mostly are used by the automatic publishing system.<br /><i><a href="@url" target="_blank">See the advanced documentation of OS2web Case Publishing Service</a></i></p>', array('@url' => url('admin/help/os2web_borger_dk')));
903
-
$sections['contenttype'] .= t('<p><b>CP Document:</b> A CP document is a contenttype which mostly are used by the automatic publishing system.<br /><i><a href="@url" target="_blank">See the advanced documentation of OS2web Case Publishing Service</a></i></p>', array('@url' => url('admin/help/os2web_borger_dk')));
$sections['os2web_cp_service'] .= t('<p><b>Description</b><br />The Case Publishing service handles incomming requests from an acadre esdh system. By now it is made to publish cases and documents.</p>');
908
-
$sections['os2web_cp_service'] .= t('<p><i>If enabled, a search page is located at <a href="@url" target="_blank">/aaben-indsigt</a></i></p>', array('@url' => '/aaben-indsigt'));
909
-
$sections['os2web_cp_service'] .= t('<p><b>CP Approved Rules:</b>(<i>taxonomy</i>) <a href="@url" target="_blank">Edit the approved rules from acadre</a> to allow them to be published. If they arent approved, they will be saved as an unpublished page. The approved rules are the triggered rule.</p>', array('@url' => url('admin/help/os2web_borger_dk')));
910
-
$sections['os2web_cp_service'] .= t('<p><b>Imported fields:</b> Edit the fields of a <a href="@case" target="_blank">CP Case</a> or a <a href="@doc" target="_blank">CP Document</a> to allow other fields from the webservice to be importet. Name the field the same as the title of the field from the webservice, and it will be linked up. Currently it will handle taxonomy_term_references. All other types are handled as a text field.</p>', array('@case' => url('admin/structure/types/manage/os2web-cp-service-cp-case/fields'), '@doc' => url('admin/structure/types/manage/os2web-cp-service-cp-doc/fields')));
911
-
$sections['os2web_cp_service'] .= t('<p><b>Configuration:</b> Setup the authentification user and password at the <a href="@url" target="_blank">OS2web Settings Page</a>. These credentials are used to authenticate to the file download service. This file download is recieved as a webservice call from your provider.<br />See the <a href="@wsdl" target="_blank">WSDL file</a> for further weservice documentation</p>', array('@url' => url('admin/help/os2web_borger_dk'), '@wsdl' => url('os2web/service/cp/v1/?wsdl')));
912
-
return $sections;
913
-
914
-
}
915
893
/**
916
894
* Schedules a document for pdf to html conversion by adding the document's to database table.
917
895
*
@@ -1116,4 +1094,11 @@ function _os2web_cp_service_update_case_metadata($file_id, $case_nid, $path_to_p
1116
1094
unlink($path_to_pdf);
1117
1095
}
1118
1096
}
1097
+
}
1098
+
1099
+
/**
1100
+
* Update method installing the module's database without a need to uninstall/install it.
0 commit comments