Ignore:
Timestamp:
03/25/19 14:33:31 (5 years ago)
Author:
bln4
Message:

On profile creation a new parameter has been introducted. By passing a map, the user is able to nominate settings frames for which to be notified of their construction.

The above functionalty has been used to programmatically establish the frame number for a users credentials frame.

On user account creation, the users credential frame is migrated to the <username>-credentials folder and a redirect is setup. Functionality for doing this has been generisised and placed in FrameIO.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/actions/Misc.java

    r1258 r1270  
    13341334                homeFrame.removeAllItems(homeFrame.getItems());
    13351335                homeFrame.addText(0, 0, "title", null);
    1336                 FrameUtils.CreateDefaultProfile(UserSettings.UserName.get(), homeFrame, null);
     1336                FrameUtils.CreateDefaultProfile(UserSettings.UserName.get(), homeFrame, null, null);
    13371337        }
    13381338       
Note: See TracChangeset for help on using the changeset viewer.