A second modification without approval loses the first one. (9.0.2)

Hi,
we are using "Manage with Approval" with Portal 9.0.2.
I change the text and say o. k. Before the approver sees the notificaction portlet, I change the text again.
Unfortunately I do not see all my changes of the first time.
When I am done I issue o. k. again.
Then the approver sees her notification portlet with both entries.
Unfortunately she does not see the time and and approves both of them, publishing the older one.
How can I recall the first change? How can I even see the first change?
If the approver eventually denied both changes, how am I supposed to see any changes I did?
What did I do wrong? How should I use the approval process correctly?

We did not find anything about a double change in the given help document.
But we thought about check in/check out and tried it out.
a) We have to grant too many rights to the editor. In addition to "Manage With Approval" and the new "Check out" he would be able to move and delete the item. We do not want her to do this.
b) The user with "Manage With approval" still sees the edit icon on her screen, though meanwhile some other user checked our item out. She uploads another file and the approver approves it. This is probably a bad configuration or a bug ...
Does anybody find an answer to a), please?
Thank you in advance
Wolfgang

Similar Messages

  • When I record a second track, garageband will record the first one again, even if I'm with headphones on. How can I stop it?

    That's really annoying, because I can't put an effect in the second track, once that the part of the first track that's together will be changed too. And it happens with a third track, and so on, the other tracks will be together with the track i just have recorded.
    If anybody could help me, I'd be really grateful.
    P.S.: it only happens with the audio recorder, and it didn't happen before.

    I'm using GB 1.4 for Ipad 4, my IOS is 6.1.3, and the only mic is the one of the Ipad.
    That's exactly the point: I'm recording the second track and the audio of the first one is appearing in the background, but the music is only being played through the headphones, and there is no way for the audio recorder be listening to it.
    The first track i just sing with the guitar, then I tried to put a solo and backing vocals and this started to happen...
    Thank you for the attention!

  • Playing a second swf when the first one's finished

    I have 2 swf files (the FLA's too) and want one to play then
    the second. - I'd add the second to the timeline of the first, but
    the second is a complete site and contains many referenced
    "gotoandplay" links which would all need changing. So....I really
    just need a way for the second swf to play after the first one's
    finished. I tried using the load external movie clip behaviour, but
    couldn't make it work. Can I use the first swf as a preloader
    without affecting the timeline on the main swf? I canspare a couple
    of frames at the start of the second movie for that, but don't know
    how to set it up - can anyone help?
    I also want the custom cursor to remain only in the first
    swf, and go back to default on the second.
    main (second) movie:
    http://mysticalbillyo.com
    first movie:
    http://mysticalbillyo.com/intro.swf

    I think you may want to create a 'master' loading swf, rather
    than loading the second movie into the first, and use the
    MovieClipLoader class to call and load new movies into the master
    container.
    Set up a new swf, that is the same size as the others. you'll
    set up a function on the first frame and then use that function to
    load all subsequent content into the master document. You can also
    use methods of the class to add things like preloaders and other
    event handlers. so for instance, at the last frame of the intro
    swf, you'd add a 'call' to the function in the master telling it to
    load the next movie in the sequence. I'll add the call you will
    need on the bottom of the code example below.
    PS. ------------------------------------
    I'm not one to solicit, however I have (awhile ago) developed
    a Component that you may be interested in for your site, although
    it has not been package and ready for distribution, it does
    function - called 'glitterMouse', and produces a twinkling mouse
    trail effect when you move the cursor, mush like the onRollOver
    animation that you'd painstakingly made (ouch) except that it use
    random twinkle generation at run-time, and has many property
    settings, like color, quantity, gravity, and so on. It might be a
    nice addition to your 'wand' cursor, and would not 'replace it' as
    it's not a 'cursor' but an effect generator.
    If you are interested, an example of it in action (although
    you can't purcahse it from there ... yet) can be seen on my site
    at: www.beechstudios.com goto the 'Flash' section, it's the first
    one listed.
    Just thought I'd throw that out there, sorry all, it just
    fits :]
    OK the code for you, add this to the first frame of the
    'master' swf, then add the code at the bottom to the end of the
    intro swf in the last frame.
    EDIT: this is AS2 code, to use AS3 code do something more
    like the methods as described above, yet I would still consider
    placing all content within a 'master' loading doc, and replaceing
    or removeing previously loaded children.

  • Is the second generation better that the first one?

    Hi I want too buy an ipod nano but i don't know if the second generation is better than the first one. Ive had one but i returned 2 weeks later because of the battery. I want another one but i want to know hoow long your battery stays because i don't want to have the same problem.
    thanks

    i can confirm this, having just bought a 2 Gen case for my 3 Gen.

  • I used to be able to open a second tab to get to another web site without closing the first one....now I can see the second tab but when I click on it nothing happens...

    I used to be able to open a second tab to get to another web site without closing the first one...now I can see the second tab but when I click on it, nothing happens..

    This issue can be caused by the Ask<i></i>.com toolbar (Tools > Add-ons > Extensions)
    Your system details show that toolbar in the user agent as AskTbARCD/3.13.1.18107
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • Second digital signature invalidates the first one

    Hello to all,
    I'm having some troubles adding a second digital signature to an already digitally signed PDF. The library that I'm using in order to handle the PDFs is an open source one, so I'm programmatically editing the PDFs. The first PDF I produce, PDF1 (the PDF with one signature), has a valid digital signature. The second PDF I produce, PDF2 (the PDF with the two signatures), has the second signature marked as valid, but the first one as invalid with the following error:
    Error during signature verification. 
    Unexpected byte range values defining scope of signed data.
    Details: The signature byte range is invalid
    I've read and applied all the "best practices" on PDF digital signature, so I'm adding the second signature in incremental mode and I'm sure that the second PDF has no changes in the first part, this because if I make a binary comparison of PDF1 and PDF2, the first part of the PDF2 equals PDF1. So if you remove the incremental part from PDF2 (after the first %%EOF), you obtain PDF1 again with the valid digital signature. So the problem seems to be in something new in the incremental part of PDF2 that makes Acrobat Reader X thinks that the first digital signature is invalid.
    If you want to see the three PDFs, here are the links:
    The original PDF: https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0BzrgexS80Iq_ODQxZTY2MDk tNTQyYi00YTE0LTk0MTctYWMxNDFiOWY4MjA5&hl=en_US
    PDF1: https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0BzrgexS80Iq_ZDQ3MTk1ZmI tNWI4NS00YzdhLTkxNmUtODk1NjVmY2M2NTVh&hl=en_US
    PDF2: https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0BzrgexS80Iq_ZGM1YmZhMWE tY2JiYi00YzZkLWE5ZjItNzgwM2RlNzExYWE1&hl=en_US
    Any help will be very apreciated. Best regards.

    Hi,
    I'm not sure if this helps, but I found something unusual with your PDF2. Just at the beginning of the second incremental update (with the new signature), the first object is added without a carriage return. This make the last line of the previous update looks like this:
    %%EOF3 0 obj
    May this leads to incorrect parsing and then invalidates the signature? Not sure about that, but as far as I can read offsets, your byte ranges are correct.

  • I bought a second hand ipad 4 4g the first user forgot the apple id and password, how can i restore the ipad and create a new id and password for it?

    i bought a second hand ipad 4 4g the first user forgot the apple id and password, how can i restore the ipad and create a new id and password for it?

    You cannot get around Activation Lock without the oringinal owner disassociating the iPad from their account.
    See the Activation Lock FAQ for what you and they need to know.

  • Open a second window from the first one

    Hi,
    The problem of my application is loosing control when I open the second window, so I know that the problem is the run of the sub VI but I don't find an other possibility to open a second window from the first one knowing that the first sends its vales to the second one. In an other way I want to open two windows simutaneously.
    NB: I attached  a simple verssion of my application.
    Can someone help me please.
    Attachments:
    The main VI.vi ‏21 KB
    The su b VI.vi ‏28 KB

    Hi Basile,
    why do you open a new thread again? Didn't the older one provide a solution?
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • I have 2 phones on my iTunes account, why are text messages showing on the second phone when sent from the first

    I have 2 phones on my iTunes account, why are text messages showing on the second phone when sent from the first phone?

    it's meant to work like that
    so if you receive a message on your iphone you also get it on your ipad or ipod touch
    to avoid it use separate appleID for each device
    or turn off imessage on 1 or both devices in their settings
    but that will not fix the issue that 2 devices using the same appleID will never be able to facetime eachother
    the appleID is a unique handle for 1 user only

  • I modified the first business card in a template. Does anyone know how to get the other cards on the template to look like the first one without doing each individually? please and thanks!

    I modified the first business card in a template. Does anyone know how to get the other cards on the template to look like the first one without doing each individually? please and thanks!

    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=182&mforum=iworktips ntrick
    Peter

  • When I try to access my original wifi name, I can't.. So I had to create a second one. the first one is still there after resetting numerous times. Any suggestions

    when I try to access my original wifi name, I can't.. So I had to create a second one. the first one is still there after resetting numerous times. Any suggestions

    Hello Oddsbodkin,
    It looks like the creator of Netflix Desktop has a site for the project here:
    https://answers.launchpad.net/netflix-desktop/
    I would try posting your question there and see if anyone else has encountered this error and has a solution.
    Cheers, Patrick

  • HT3775 I have a webpage where I embeded more than 2 quicktime players. I want that at a time , only one player is played. When second player is played the first one should stop. I am using simple EMBED / OBJECT tags to embed the player.

    I have a webpage where I embeded more than 2 quicktime players. Only one player need to play at a time. When second player is played the first one should stop. I am using simple EMBED tags to embed the player.

    I have a webpage where I embeded more than 2 quicktime players. Only one player need to play at a time. When second player is played the first one should stop. I am using simple EMBED tags to embed the player.

  • How to populate Second drop down based on the first drop down value

    Hi Experts,
    i have a HTML BSP page. with 2 drop down with SELECT and OPTION tags. i need to populate the second drop down based on the first drop down value.
    i tried HTMLB script they work good as stand alone when i try to embed the HTMLB with HTML it does not work.
    Please can you give me a solution only with ABAP script and HTML.
    please clearly let me know on what event i should implement it. sample code is really appreciated .
    With regards,
    Chella

    You can have event handler for first drop down . Then populate the data for 2nd field when the event triggers on first field.

  • Can we change the voicemail greeting without deleting the first one?

    can we change the voicemail greeting without deleting the first one? I'm going on vacation a would like to change the current greeting for a week without deleting the main one... is it possbile?

    Ask your carrier.  Voicemail is a carrier feature; they may have a way to set a temporary greeting.

  • When I create a new project in iMovie and drop clips into it, it plays the first one and then quits right near the end of the second clip.  I have re-started my computer, tried a new project etc, and no luck, does anyone know how to fix this issue?

    When I create a new project in iMovie and drop clips into it, it plays the first one and then quits right near the end of the second clip.  I have re-started my computer, tried a new project etc, and no luck, does anyone know how to fix this issue?

    This is a part of the larger MacBook Pro connectivity issue. There are several related threads dealing with the MBP's networking problems. If your unit is suffering from this type of difficulty, good luck ... (or a long ethernet cable)
    (PS Everybody please make noise on this one so apple comes up with a solution.)
    < Edited by Host >

Maybe you are looking for

  • Using partition in prepared statement

    Hello, I am connecting to an oracle 9i database and write a prepared statement like String query = "SELECT * FROM ADM.TABLE1 PARTITION (TABLE1_?)"; PreparedStatement pstmt = dbConnection.prepareStatement(query); pstmt.setString(1, "20" + callDate); /

  • Change Apple ID on old apps purchased with different Apple ID

    Had to change Apple ID to iCloud address now cannot update old apps on iPhone 5 because of the old Apple ID how do I change the Apple ID on the old apps to allow me to update? I beget new apps

  • JAR file cache

    hi all. i have a problem with jar file on web form. i create one jar file thru jdeveloper and write some code on keypressed event. after deploying this jar file in d:\orant\forms60\java and adding this jar file in formsweb.cfg file developer forms wo

  • How to block all AIM text messages to cell phone

    Hi folks, I was woken up by an AIM text message (obviously spam) on my phone around 6:30am this morning. I received two more text spam between 6:30am and 7:15am until I put my phone into "Standalone mode" so I could go back to sleep. Each text messag

  • Where is located or where to find the list of printer drivers included in Windows 7

    Hello, Like the http://support.microsoft.com/kb/293360 for XP I wish to have the list of 'built-in' print drivers on Windows 7 Didn't find any from technet, KB, Forum, ... Maybe wrong search critera or else. May someone know where is located the list