File tree Expand file tree Collapse file tree 2 files changed +2
-31
lines changed Expand file tree Collapse file tree 2 files changed +2
-31
lines changed Original file line number Diff line number Diff line change @@ -120,11 +120,7 @@ class AdLibWS {
120
120
'!outfolder ' => self ::$ basePath . $ file_info ['out_folder ' ],
121
121
'!jobtype ' => ($ type == ADLIB_JOBTYPE_HTML ? 'HTML ' : 'PDF ' ),
122
122
));
123
- <<<<<<< HEAD
124
- $ result = simplexml_load_string ($ this ->client ->addJob (array ('jobInfo ' => $ job_info , 'jobTicket ' => $ job_ticket ))->AddJobResult );
125
- =======
126
123
$ result = simplexml_load_string ($ this ->client ->addJob (array ('job_info ' => $ job_info , 'job_ticket ' => $ job_ticket ))->AddJobResult );
127
- >>>>>>> Prod_check module hooks
128
124
if (is_object ($ result ) && isset ($ result ->JobSettings ['JobID ' ])) {
129
125
return $ result ;
130
126
}
Original file line number Diff line number Diff line change 1
- OS2Web Case Publishing service
1
+ OS2Web AdLib API Module
2
2
==============================
3
3
4
4
Description
5
5
-----------
6
- This module provides a service for OS2web that allows providers
7
- to publish cases and documents directly from their back-end systems.
8
- Additionally this module includes views, panels and settings to display
9
- the cases and documents, and uses PathAuto to generate urls.
6
+ Implements calls to allow access to the AdLib webservice
10
7
11
8
Dependencies
12
9
-----------
13
- - ctools
14
- - date
15
- - date_popup
16
- - date_views
17
- - entityreference
18
- - features
19
- - list
20
- - node
21
- - number
22
- - options
23
- - os2web_esdh_provider
24
- - page_manager
25
- - panels
26
- - pathauto
27
- - strongarm
28
- - text
29
- - views
30
- - views_content
31
- - views_php
32
10
33
11
Installation
34
12
-----------
@@ -61,6 +39,3 @@ Additional Info
61
39
---------------
62
40
This repository should be governed using Git Flow. for more information see
63
41
http://nvie.com/posts/a-successful-git-branching-model/
64
-
65
- Note: This module is still dependant on modules in the full OS2Web suite
66
- (https://github.com/OS2web/os2web ), as the seperation of those are still WIP.
You can’t perform that action at this time.
0 commit comments