[285] I4: send back should display generic send if no back copyflow is defined |
|
When using the “Send Back” in i4 (that is, calling the wf_ContinueCopyflow.xml workflow), a “no container” error occurred if there were no specific “Send Back” copy flow settings. |
|
Modified date: 27/01/2016 16:09:04 - P4 Changelist: 80487 - From build: main.2797.x (T) |
|
|
[337] Fred: send all articles and images in the specific folder |
|
The SendAllPageLinkedToFolder(ByVal iTargFolderId As Integer, ByVal strNoSendFolders As String) As Boolean sends all articles and images on the currently opened page to the folder iTagFolderId, skipping the images that reside in folders, specified in strNoSendFolders (a string with the comma-delimited list of folders to skip). Example: dim ee as boolean = SendAllPageLinkedToFolder(3217763,"144567,8886677"). The function returns true if the send was performed, or false if nothing was found to be sent. You can use this function in the custom printing scripts. |
|
Modified date: 08/01/2016 12:28:12 - P4 Changelist: 80211 - From build: main.2778.x (T) |
|
|
[342] Fred4: send articles operation create useless versions |
|
Fixed: |
|
Modified date: 30/12/2015 16:46:53 - P4 Changelist: 80188 - From build: main.2769.x (T) |
|
|
|
[343] Fred4: missing automatically refresh on page when article is sent to a folder with no content permission |
|
Articles on which user has no permissions were not refreshed correctly on send. Now fixed. |
|
Modified date: 29/12/2015 17:47:45 - P4 Changelist: 80182 - From build: main.2768.x (T) |
|
|