Changeset 1270 for trunk/src/org/apollo


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/apollo/ApolloSystem.java

    r1244 r1270  
    156156                if (profile == null) {
    157157                        try {
    158                                 profile = FrameIO.CreateNewProfile(UserSettings.DEFAULT_PROFILE_NAME, null);
     158                                profile = FrameIO.CreateNewProfile(UserSettings.DEFAULT_PROFILE_NAME, null, null);
    159159                        } catch (Exception e) {
    160160                                e.printStackTrace();
Note: See TracChangeset for help on using the changeset viewer.