Re: [Dev] Sending a HashMap from front end to backend

2018-07-04 Thread Ayesha Dissanayaka
Hi Nila, As we discussed offline, shall we go for a approach where we delete certificates inline, one by one. Rather than keeping deleted list of certificates and newly added in memory and removing/adding them at the SP update will make the page stateful. And may introduce complexities to the user

Re: [Dev] Sending a HashMap from front end to backend

2018-07-02 Thread Nilasini Thirunavukkarasu
+dev On Mon, Jul 2, 2018 at 2:06 PM, Nilasini Thirunavukkarasu wrote: > Hi, > > I am working on a UI change to support multiple certificate to IDP. > According to my current implementation if we upload the multiple > certificates the UI will look like as below. According to the discussion > [1]